Jarred Allen

Results 10 issues of Jarred Allen

#### For bugs - Rule Id (if any, e.g. SC1000): SC2164 - My shellcheck version (`shellcheck --version` or "online"): 0.7.0 (installed via apt) - [X] The rule's wiki page does...

### Problem In my code, there are some flaky unit tests that pass most, but not all, of the time. To check if a change has fixed the flakiness of...

Command-test
C-feature-request
S-needs-design

If you attempt to set capabilities in the Permitted capabilities set to a strict subset of the current capabilities without first dropping them in the Effective set, then this library...

Whenever the input contains a tab character, it breaks the formatting of the text bubble (at least with the binary, I haven't tried the library). For example, this is what...

I'm trying to build this crate as part of a project I'm working on. All the other rust crates build fine when cross-compiling (I need to target `aarch64-unknown-linux-musl`), but attempting...

I wrote up my thoughts from [this rust-internals thread](https://internals.rust-lang.org/t/macro-rules-metavariable-for-generic/18889) into an RFC. [Rendered](https://github.com/JarredAllen/rust-lang-rfcs/blob/fragment-specifiers-for-generic-arguments/text/0000-fragment-specifiers-for-generic-arguments.md)

T-lang

### What it does Lint on code calling `io::Error::new` with `io::ErrorKind::Other` as the `kind` argument, because you can replace it with a call to `io::Error::other`. ### Advantage More concise ###...

A-lint

### What it does If your workspace has a `[lints]` table specifying lints, then this lint checks that the `lints.workspace = true` value is set in the `Cargo.toml` of all...

A-lint

I'm attempting to compile a rust crate using this library (targeting a bare-metal build on rv32imac), and I get this error during the linking step: ``` ld: error: target/riscv32imac-unknown-none-elf/debug/libcrate.a(riscv.o): conflicting...

**Is your feature request related to a problem? Please describe.** It's difficult to keep the builder updated with the pokemon that are presently available to me, as information grows outdated...

enhancement
question