Christoph Herzog
Christoph Herzog
The `0.14` branch only allows creating a client with the global default reactor. While this is fine for most use cases and is a nicer API, it should always be...
Could you provide a comparison with nom?
I need to render a sites submenu which always starts with the tree items beginning with depth 3 (assuming that root is depth 1). I do not see a way...
Currently orion does not compile on the `wasm32-unknown-unknown` target because of a few function calls in `fs2`. It would be nice to have a default feature that enables IO functionality...
I've come across a situation where `cargo outdated` fails with the error `failed to resolve patches for https://github.com/rust-lang/crates.io-index`. This happens when: * a dependency that is not published on crates.io...
## Description I just tried out the code from the calculator example from the master branch on `i3` (Arch Linux). The mouse position is not detected correctly, seems like there...
## Bug Report ### Version `0.7.1` ### Platform Linux (probably not relevant) ### Description Not sure if this is a bug, a feature request, or just expected behaviour, but: Currently,...
#### Use Case: During asynchronous migrations, it's quite convenient to create a new tree and step by step copy data over from the old one. Once finished, it would be...
It would be neat to have a random password generator included in the UI when adding a secret.
I'm currently on a mission to reduce dependency counts in a project, and `pin-project` is one offender. Most of the ecosystem has switched over to `pin-project-lite` where possible, so it...