Ricky Hosfelt

Results 3 issues of Ricky Hosfelt

I have a large workspace that has many crates and depends on many more. Running `cargo outdated` takes forever at the root of the workspace. However if only checking depth...

D: difficult
C: dependencies
W: postponed
P3: nice to have
T: bug
C: manifest parsing

Currently because of a way Clap does Subcommands printing the version information of `cargo-audit` does nothing: ``` ❯ cargo audit --help cargo-audit-audit Audit Cargo.lock files for vulnerable crates #...snip... ❯...

Running `npm install` fails at: ``` npm ERR! HTTPError: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v9.4.4/electron-v9.4.4-darwin-arm64.zip ``` Because [v9.4.4](https://github.com/electron/electron/releases/tag/v9.4.4) does not have an `darwin-arm64` build According to the [docs](https://www.electronjs.org/blog/apple-silicon/) you'll...