Ross MacArthur

Results 43 issues of Ross MacArthur

If using profiles for example one for my IDE terminal and one for iTerm2 terminal I run in to some issues with having both terminals open at the same time....

bug

Currently the Homebrew and Cargo install work fine on M1/M2 MacBooks but it would be nice to ship a Apple silicon binary from CI as well. For most Rust programs...

feature

Currently Sheldon runs unit tests that make requests to download https://github.com/rossmacarthur/sheldon-test. I think this is okay for integration tests but the unit tests should rather do something like spin up...

enhancement

It might be useful to get the location of a plugin dynamically based on the Sheldon install. For example if you wanted to set the `ZSH` environment variable for the...

feature

At the moment the input/output with `sheldon init` is pretty elementary, and in general the output could be a bit nicer and friendlier. It would be nice to have progress...

feature

Cargo.toml documentation link points to https://johannhof.github.io/difference.rs/difference/index.html which is very out of date. Should probably either - Update documentation link to point to https://docs.rs/difference or - Fix the `gh-pages` branch and...

Thanks for a great app btw :)

If you have two git dependencies that resolve to the same commit, they could be treated as the same. ``` uv 0.1.9 ``` ``` # requirements.in werkzeug @ git+https://github.com/pallets/[email protected] werkzeug...

needs-decision