wiiznokes
wiiznokes
Yes i know, i've just opened a pr for fixing that https://github.com/pop-os/cosmic-flatpak/pull/12. The applet is not available on Flathub, but on the cosmic flatpak repo. You will be able to...
honestly, after having passed way to much time on this, i think its just not possible. We just need to attach a name to Tuple and Map. To create a...
https://github.com/serde-rs/serde/issues/2874
Another solution could be to not implement `Deserialize` for `Value`. I don't think it's very used in its current shape anyway since it doesn't store enum
I probably need a better solution to include adb. I'm open to sugestion
oops, the appid should be `io.github.teamclouday.AndroidMic`
> great application, would u like to further test the flathub build? ty. I already know some bugs i need to fix. Notably the audio that make the app freeze...
Interesting, i wasn't aware there were so much request. For me, the biggest pain point is having to bind two shortcuts for this
Using a `build.rs` in `i18n-embed-fl` would probably work, but there is the problem of retreiving the Manifest dir. We can't use the `MANIFEST_DIR` env variable, and using a custom env...
technicallty, we could use a custom env variable as a list of path. This might be the more elegant solution