Jonathan Tanner
Jonathan Tanner
I have added the capability to do PTT from the headphone remote button.
Pressing the PTT button now vibrates the phone and also you can now set the PTT button to toggle mode. Also note that one function in this is exactly duplicated...
The C++ standard says that: > If no variable or function is odr-used from a given translation unit, the non-local variables defined in that translation unit may never be initialized...
[rustc-ice-2024-02-19T01_32_59-84679.txt](https://github.com/rust-lang/rustfmt/files/14325344/rustc-ice-2024-02-19T01_32_59-84679.txt) Sorry, not a very helpful bug report, but it said to open an issue
I'm getting a warning: unreachable expression rather than a hard error for non tail calls, I can produce a minimal example if that's helpful, but I first wanted to check...
It's often nice to eliminate the tail call in a function that can also call itself in non-tail position, I don't believe that this is supported by this library, and...
### Question you want answered Resources are described, but assets are not explicitly defined ### Where did you look for an answer? I kept coming back to https://v2.tauri.app/develop/resources/ and finding...
elm-lang/elm-repl#77 was never closed and I can't find a corresponding issue here, so I'm creating it, this would be very useful. It would be nice to execute tasks in the...
Whenever I try to load any of my waves plugins the same one shows up in the rack, no matter which I select. Non-waves plugins seem to work fine.
#702 added conformance to `FromIterator` to `OwnedBinary`, `NewBinary` can't do the same since it requires an `Env` and lacks realloc, however a function that does similarly, though with the added...