Jonathan Schnitzler
Jonathan Schnitzler
### 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 rustc 1.71.0 (8ede3aae2 2023-07-12)...
Add the possibility to define some values as constant/magic values. Such a value is always the same. It can't be changed in the constructor and also has no setter. Possible...
Currently there is only one error when something goes wrong (The empty struct `BitsError`). So it is quite difficult to find out what exactly is causing the error. Please at...
It would be nice to implement a `vendored` feature to the rapidoc crate. This would allow viewing the rapidoc ui without network access (similar to how this works with swagger).
Extend `cudaimgproc::demosaicing` to also allow images with f32 values. ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2...