Flix
Flix
[rendered](https://github.com/FlixCoder/rfcs/blob/RFC-proposal/text/0000-iterator-try_all-try_any.md) Hi! As this is my first RFC / PR here, I am sorry if there is something missing or wrong. Thank you for reviewing and suggestions :)
**Is your feature request related to a problem? Please describe.** The `Appservice` allows to set a client builder when retrieving virtual users. However, doing that everytime is quite annoying. Additionally,...
Hi! Thank you for the great work on bonsaidb, it is a really nice project! While working with it, I stumbled upon the following issue: Making a library for any...
### Is there an existing issue for this? - [X] I have searched the existing issues. ### Is this issue related to iced? - [X] My hardware is compatible and...
At first, I did not plan to create a pull request and to keep everything clean and abstract. But I think the improvements got really useful, so I decided to...
Hi, first of all, thank you for your work! I would like to ask whether it would be accepted to implement Brainpool ciphers such as BP256R1 (via the `bp256` crate,...
Hi! Axum's change to `TypedHeader` (via [this issue](https://github.com/tokio-rs/axum/issues/1781)) made it that decode is called on an empty iterator of values. However, `IfMatch` and probably more headers now always succeed even...
Hi! I know the Brainpool curves are not part of the official JOSE specification, but we need to use them due to German regulations. Would you be up to accept...
https://docs.rs/axum/latest/axum/struct.Router.html#returning-routers-with-states-from-functions suggests setting the state outside of the router-creation-function.
Currently, the GET version is used with parameters being in the URL. This is limited in length.