mise
mise copied to clipboard
dev tools, env vars, task runner
we could have a command similar to `git gc` that would remove unreferenced versions of runtimes. To do this, we need to first have a list of all of the...
Guide: https://nixos.org/manual/nixpkgs/stable/#chap-quick-start
I install multiple major latest version of a tool, e.g. `erlang@25`, `erlang@24` and `erlang@23` (standard in the Erlang ecosystem is to support the three latest major versions). It's easy to...
shims
Ok to start: I don't want to implement this. I'm creating this ticket as a place to discuss it since there are some areas where we may want to do...
if users report a problem, we should have them run `rtx doctor` first and display the output. Some things this should probably display: - [ ] rtx version - [...
perhaps someone can tell me why this file exists in the RPM but it isn't getting created when I run `dnf install rtx`: ``` [root@ea2dbbae2e03 /]# dnf install rtx yLast...
Didn't have a chance to test it yet and I'm not firm with rust to find the right line of code. Is it using `curl` or `wget` to get the...
asdf has the ability to test a plugin, we should do the same for parity: https://asdf-vm.com/plugins/create.html#testing-plugins This will also help with #182
At the moment I do it like this ```bash rtx install myplugin@latest rtx global myplugin@latest ``` But it would be nice to base able to this ```bash rtx global myplugin@latest...