Artem Goncharov
Artem Goncharov
The plugin is really cool, sadly it does not fit our current needs and we would like to ask whether it is possible to: - get rid of installation_id in...
It would be great if dependency on hyper can be updated (to >= 1.0, ideally 1.1). This causes quite a big set of dependencies in my project stuck with older...
In order to improve speed of the job (reduce wait time for the VM to be prepared) we can execute it in the K8 pod. In addition to that get...
## Description Ratatui applications are causing a very high CPU usage depending on the draw rate. For example https://github.com/ratatui/templates/tree/main/component-generated template with no changes (which draws static content at 60 FPS)...
Life shows that not all CSPs are capable to adopt the domain manager requirement due to certain architecture decisions or security requirement. Suggest a rework that splits requirements into mandatory...
We know that certain cloud use certain defaults that should be respected (ipv4/v6, support for features leading to using one way or different way). One of the additional interesting cases...
### 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.86 ### Clap Version...
We need to get rid of cargo-dist asap since even windows build jobs are starting to fail (due to GH dropping certain runners). 'cargo-dist' is a great tool but is...
Allow users keeping connection secrets in the OS managed secret stores. `Keyring` crate should allow us getting those from Linux SecretStore (dbus based), Apple, Win, etc Accessing the Apple Keychain...