samcarey
samcarey
I'm sure you've noticed that something's wrong with the docs.rs page for this crate: https://docs.rs/crate/bevy_webgl2/0.5.2  Do you know why?
I cannot get the live web demo to work on iOS (Firefox or Chrome): https://mvlabat.github.io/bevy_egui_web_showcase/index.html. All I see is a white screen. I wish I knew how to debug it...
Is it possible for stream tags to have keys? In GNU Radio, tags have both keys and values, but I don't see this in FutureSDR.
**Describe the bug** On iOS, if I tap a TextEdit, the virtual keyboard is activated, which has a "Done" button in the upper right corner that will close it. If...
I'm trying to figure out how to tell if a discovered topic is a reader or a writer. Looking at the implementation of the discovered_topics in [all_user_topics](https://github.com/jhelovuo/RustDDS/blob/1e2127c103bb47b417b2fd6ca8ef4ffe239f996c/src/discovery/discovery_db.rs#L621) , it seems...
Using the async interface, as in the examples: ```rust let mut datareader_stream = reader.async_sample_stream(); ``` This stream produces samples with no metadata (`SampleInfo`) using the `take_bare` method internally instead of...
### Describe the bug Zenoh 0.10.1-rc (and main) require Rust version 1.72.0 and specify a dependency on [Clap of "4.4.11"](https://github.com/eclipse-zenoh/zenoh/blob/f09fcc2c0423f4eb367db0f864031036f447a3e5/Cargo.toml#L85), which can now resolve to Clap version "4.5" ([as of...