Dmitry Frank

Results 51 comments of Dmitry Frank

Good point, I guess we'd have to stick to just white on black, and with dashes displayed instead of the value. So e.g. while the field is enabled, it displays...

I still think that it's certainly useful in some cases to just mask the value to avoid confusion (some might be thinking that the value has some effect while it...

Thanks for looking into that! Not sure what do you mean though; the problem persists: as long as `Context` is created and not closed, CPU is at 100%. And since...

So it doesn't reproduce on your machine? I've put together a small repro: https://github.com/dimonomid/mp3test (based on the snippet you posted above) Just `go build && ./mp3test` there, and it plays...

It's much better now, but still not ideal: it keeps steadily consuming 5% CPU. If I close the context after playing, it'll be 0% (which is what a sleeping program...

Yeah it's really annoying that a `Decimal` can't be used as a map key. In my app I need it a lot. My benchmarks show that just converting a `Decimal`...

As others have mentioned, the issue is not solved, so this should not be closed. @jackkav tagging you since you marked it as closed; any chance we can reopen it?...

Hi John, Please use this repository instead: https://github.com/rhempel/umm_malloc , it is initiated by the original author of umm_malloc after I published my own, and I've done a bunch of improvements...

Hello Ralph, nice to hear from you! Yeah, since I found umm_malloc I use it in my every embedded project, it is really great. Thank you very much for your...

Yeah that's a known issue; the update check is very simple: it just compares the current mos build id with the one on the server (depending on the update channel:...