Code Monkey home page Code Monkey logo

golem's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

redteamcaliber

golem's Issues

Status Bar gets cut off after some use

Possibly a thread access issue?

I'm currently polling for a new location status every 100ms, and settings label from there (not within the gtk thread), possibly this is corrupting it.

Temp files may hang around

Mostly this is due to golem being terminated through a os signal. While we can't do anything on a SIGKILL, we should do our best otherwise.

Random crashes on tab close

This is a serious one, and I thought I'd dealt with all these things.

Currently can't reproduce it systematically; Crash is likely a thread safety gtk thing.

Connect is a potential memory leaker

glib's Connect method (as I've used it mostly) often leads to circular references which won't be GC'd.
Solution: Don't use the original object in the closure (test that this works), or cleanup closures (when?).

Slow redraws

Redraws on tab switching and resizes are somethimes painfully slow.

Too many tabs break the UI

Opening too many tabs leads to the TabBar requesting too much height. It gets cut off and hides the StatusBar in fullscreen/maximized, and resizes the window if not.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.