Results 228 comments of Andrew Mackenzie

In fact, menu example already displays this behavior. When user clicks on a menu item that would normally produce some action - menu remains open.

I am currently (master, Dec 15 2022) on Pi4 seeing: 'No suitable GPU adapters found on the system!' Am I right in assuming this is the correct open issue to...

+1 I would like to distinguish between `cargo build`, `cargo clippy` and `cargo test` in build.rs to avoid repeating heavy work.

I have found two things that have helped me reduce the extra undesired work somewhat, although not a full fix yet: In the `Cargo.toml` of the package with the build.rs...

In my use case I always generate a rust "manifest" file and all rust in the lib is checked/clippied/built/tested always.... But on "build" I spend about 10mins generating other files,...

I think I'm reading the error message wrong - it's the fact that the dependency on that package is a relative path ("../pigdef") and is not specifying a version..... not...

In my app, using this crate, I detect multiple nodes locally that have emojis in the name without any errors.

I have similar questions about `PacketRouter`. I am using the stream_api and the receiver to get packets from the radio to display in my UI. I would like to send...

@lukipuki Do you have any suggestions on this. I'm looking at the other language (swift, android) app implementations to try and work out how to send, implementing some kind of...