Sebastian Messmer
Sebastian Messmer
## Bevy version 0.9.1 ## \[Optional\] Relevant system information - WASM build - Running in Mobile Chrome on a Samsung Galaxy S20 phone ```ignore AdapterInfo { name: "Adreno (TM) 650",...
I have started to build [leptos-twelements](https://github.com/smessmer/leptos_twelements) which is an open source integration of Tailwind Elements into the [Leptos](https://leptos.dev/) web framework. The goal is that users of the leptos framework can...
This issue is requesting an enhancement to Perseus. Details of the scope will be available in issue labels. The user described the problem related to this request as follows: >...
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version 1.72 ### Clap Version...
I added some rstest based parameterized tests to a project, and suddenly the incremental build time is very long. I just change one line in the file, but cargo needs...
**Is your feature request related to a problem? Please describe.** Because of issues with the webauthn-rs serialization discussed in other Github issues, we're using our own custom serialization logic for...
**Is your feature request related to a problem? Please describe.** `webauthn-rs` currently does not enforce timeouts besides adding them to the challenge json, which means developers using the library have...
### I did this I tried to serialize and then deserialize a passkey using bincode ### I expected the following Getting the original passkey back ### What actually happened A...
Building for desktop works fine, but when trying to build with `trunk` for WASM, I'm getting a compiler error in `bevy-rapier2d`. The `wasm-bindgen` feature is enabled. Bevy version: 0.9.1 Bevy_rapier2d...
It would be great if the `view!` macro allowed attributes to be set to an `Optional`, and then would generate the attribute if and only if the Optional is Some....