Allen Dang
Allen Dang
@gucio321 Let's leave it here as a reminder to refine Popup related code in future.
@keshon This should be a bug, can you profile it with pprof and check which part leads to the memory raise? I don't have a windows machine by my side...
The reason is i dont have any linux experience... Maybe you could help to make a PR for font and dpi scaling for linux? Many thanks!
@yibana I have tried, but doesn't work so far... I'm not familiar with C++ and it's building system... sign
This is super useful, super, super... But I'm not sure we could cover that much OS...
If you need to make animation works, just call giu.Update in certain rate like 30 times per second. Removing PowerSavingMode by default will increase the learning curve for new user,...
@merlindorin I think your idea is cool, make PowerSavingMode as default config, but provide a way to override it. Sure thing, please go ahead. And the proper way to use...
Yeah, let's make it happen.
There are two things hover in my mind all the time: 1. How to write tests, increase the coverage and add giu to awesome go list. 2. Find a way...
@daiwhea First, don't use gmdeploy, it will strip all the debug info, use `go build .` instead, and there will be more logs.