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

Plugins need the ability to declare dependencies on other plugins. Exactly how this would be defined is unclear, and it will be fairly complex to try to implement it, but...

enhancement

Where can I found what Python configure params are used when I run command `rtx use -g [email protected]`? I guess it should be smth like `./configure --enable-optimizations --with-lto etc etc`....

Currently every time I install or upgrade a NodeJS version I need to remember to do a `corepack enable` afterwards since [corepack](https://nodejs.org/api/corepack.html) is now recommended for use with yarn, pnpm...

enhancement

I think it'd be cool if there was a helper command (something like `rtx convert` maybe) that checks the current working directory and if there is a `.tool-versions` file, it...

enhancement
good first issue

Would be cool to have generic binary manager. These often integrate with the shell similar to how `rtx activate zsh` works, but the difference between those and asdf (and rtx)...

enhancement

**Describe the bug** with a `.terraform-version` file which contains an entry like: `latest:^1.3` we have this error: ``` ❯ cd ../terraform-azurerm-aks The application panicked (crashed). Message: invalid tool version request:...

rtx behaves differently from asdf and pyenv if Python's system version is configured along with additionally installed versions. (Similar issue #831) [Pyenv allows to use all versions](https://github.com/pyenv/pyenv#understanding-python-version-selection): ``` root@62c8cadea516:~# pyenv...

enhancement

**Describe the bug** It's not possible to install mruby-3.2.0 with embedded plugin, but asdf one works fine **To Reproduce** ``` vladimir@np940x5n:~$ RTX_DEBUG=1 RUST_BACKTRACE=full rtx install [email protected] [DEBUG] rtx::config: Files: ~/.config/rtx/config.toml...

bug

I'm currently on a slower connection and it takes about 12 seconds to run `./rtx/plugins/pnpm/bin/list-all` I saw `RTX_FETCH_REMOTE_VERSIONS_TIMEOUT` [defaults to 10 seconds](https://github.com/jdx/rtx/blob/58b0e0e56f24fb12fae8d36cdf245dcec0808796/src/env.rs#L57), is it possible to configure this with an...

enhancement