mise icon indicating copy to clipboard operation
mise copied to clipboard

dev tools, env vars, task runner

Results 477 mise issues
Sort by recently updated
recently updated
newest added

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

enhancement

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...

enhancement

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 - [...

enhancement
good first issue

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...

bug

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

help wanted

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...