Gavin Panella

Results 8 comments of Gavin Panella

> Can you do `echo $SHELL` and tell me what the output is? ```shellsession $ echo $SHELL /usr/local/bin/bash ```

```shellsession $ which cargo /Users/gavin/.cargo/bin/cargo ``` I always launch VS Code using `code .` in my project directory so that it picks up environment. Perhaps, after a restart, it had...

We have seen the same issue as @svenjacobs. I think running `volta setup` works around this problem, but the user has to do it. I don't think this step is...

The symlinks that break on upgrade are per-user, in each user's home directory. On a multiuser system, each user could even have a different `VOLTA_HOME`, defined by whatever shell they...

> Would you like to show me other cases that are not handled by the current impl so that we can probably also give them a fix. Sorry, I suspect...

Thank you for checking. I'll keep trying things, and I'll update here if I figure something out.

Could use Rust-style format strings with [runtime-fmt](https://crates.io/crates/runtime-fmt) for example. Says it requires nightly but the [newest version](https://crates.io/crates/runtime-fmt/0.4.1) is more than 2 years old at the time of writing so it...

#60 is also relevant here. It may be useful to have lists collated by first letter.