Rebecca Turner
Rebecca Turner
### Summary `disallowed_types` is valid on `use` items. ### Lint Name useless_attribute ### Reproducer With this `clippy.toml`: ```toml [[disallowed-types]] path = "std::io::Stdout" reason = "Use my_crate::StdoutSafe" ``` I tried this...
`Cargo.lock` files were added in #229 and then removed about a month later in #253 (with the justification that "cargo.lock messes up benchmarks"). Shortly after, the Rust project guidance was...
### A detailed description of the feature you would like to see added. I'd like a column constraint that lets me fill remaining width with a specific column. (Like `DynamicFullWidth`,...
### A detailed description of the feature you would like to see added. I'd like the ability to truncate column headers to the column width. ### Explain your usecase of...
When I run `hiedb index .hiefiles` concurrently, the second process errors because the first has already locked the database: ``` $ hiedb index .hiefiles >/dev/null 2>&1 &; hiedb index .hiefiles...
Topgrade supports custom commands, like this: ```toml [commands] "Home Mangler" = "home-mangler --update --verbose" ``` Unfortunately, unlike the built-in steps, this command will always be run, and will fail if...
!!!!!!!
If your versions of `home-mangler` and/or `nix` are bad, you can see an error like this: ``` • Removing old packages from `nix profile`: • /nix/store/b4vq56dqcs9718m7w1pdnhxx1nb11d4a-home-mangler-packages DEBUG $ nix --extra-experimental-features...
Flake flags change way too much to work on every version. If I revert to Nix 2.17 or Nix 2.18, `home-mangler` stops working. We need proper version detection.