Vitaly Volkov
Vitaly Volkov
Hi! I'm developing an android app that relies on your pitch detectors (thanks for the great library, BTW). And I'm facing a problem of a significant latency of PDAs. So...
Hello! There is no info about `-gc=precise` option on https://tinygo.org/docs/reference/usage/important-options/ page. But such option definitely exists, because of https://github.com/tinygo-org/tinygo/blob/731532cd2b6353b60b443343b51296ec0fafae09/compileopts/options.go#L11 tinygo --help also says not much: ``` -gc string garbage collector...
Hello! In my project I need to monitor memory usage **inside** the Wasm VM's store. Is there a corresponding API to do this? Thank you.
This is not possible: ``` struct Foo inline { Bars [][]char; } ``` So, at the moment we have to do: ``` struct Str inline { Value []char; } struct...
When you edit one or many items, it would be very convenient to accept dialog by pressing Ctr+Enter. Because just Enter doesn't work when focus in text edit field (where...
When adding mp3 files to repository, reggata should scan id3 tags of mp3 file and automatically create tags/fields for them. User should be able to switch on/off this behavior by...
tag add function in file browser does not work. It shows the correct number of items in the popup, seems to work (percentage display) but the added tag is not...
autotagging from existing directory structures would be a nice feature (for those who have already a well established file structure...) This means every directory / subdirectory entry in the file...
If you added a repo to list of favorite repositories. And then suddenly, moved the whole repository somewhere else on the filesystem. Then you cannot remove it from reggata favorites,...