jdx

Results 487 comments of jdx

#402 is going to lay some groundwork for this I think. With that improvement, calling `rtx g nodejs@latest` would actually just use the latest version previously installed (different than today,...

> It would be also great to have an easy way to upgrade all installed runtimes. or is it already possible? I don't think this is possible. I think I...

I'd happily accept a PR for nix, though I created this in part because I couldn't figure out how to use nix, so I'm possibly not the right person to...

Some questions I have about this as a nix novice: * could rtx use nix as a backend? something like devenv but would allow specifying exact versions * is it...

just set `RTX_MISSING_RUNTIME_BEHAVIOR=autoinstall`

I'd be open to making this a global flag. I don't like `-y` though. It's not clear _what_ you're saying yes to, right now we only prompt for this one...

it's actually an accident you were even able to pipe in "y". That was happening because I check if stderr is a tty, but not stdin. Note this prompt has...

I realize this isn't clear or working yet, but my intention is that `config.toml` could store what's in `.tool-versions` as the global configuration so that you wouldn't need a global...

it won't prompt if it's not connected to a tty so that shouldn't be a problem