Ethan Brierley

Results 6 issues of Ethan Brierley

My crate [`read_input`](https://crates.io/crates/read_input) seems to line up well with the aims of `quicli`. It helps make CLI tools quicker and easier to make. It would be awesome if it could...

It's just more meh than the others

[Version `7.0.2`](https://github.com/async-graphql/async-graphql/commit/2830d4306057c6d0de9493b1473b94cc0e7388fb) introduced a breaking change, replacing `#[async_trait]` on public traits with async functions in traits #1468. This has resulted in breakage for others, not just myself: - https://github.com/async-graphql/async-graphql/pull/1468#issuecomment-1952935034 -...

bug

The [recommended `shell.nix`](https://github.com/rust-lang/rustc-dev-guide/blob/b0ee9ec8fa59a6c7620165e061f4747202377a62/src/building/suggested.md#using-nix-shell) fails to link [`tests/ui/process/nofile-limit.rs`](https://github.com/rust-lang/rust/blob/724ba7fe9084e607c79e7656ac173eb617d173f5/tests/ui/process/nofile-limit.rs). Output ``` rust on  master [?] via 🐍 v3.9.17 via 🦀 v1.75.0-nightly via ❄ impure (rustc) took 2m24s ❯ ./x test tests/ui/process/nofile-limit.rs...

Copied from https://gitlab.com/efunb/read_input/-/issues/5 It seems that the `err()` method automatically append a newline character at the end. Is it possible to not add this newline and let the user add...

I'm not sure what the usecase for this is. Originally I thought it was required for https://github.com/eopb/redact/pull/58 but I was wrong. It was fun implementing this with a bit of...