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

This new file name, `.rtx.dist.toml` (intended to be included in the repositories), if finally introduced, I think it adds _more semantics_ because it's more clear that this file is intended...

enhancement

**Describe the bug** Python on macOS supports a Framework build mode to bundle it as a macOS application. This is needed to access Mac GUI components properly, for example, for...

bug

it will make config file parsing errors much better

enhancement

I think I want to move venv configuration for python/poetry into the `[env]` section rather than putting it on individual tools: ```toml [env] _.python.venv = "~/.venv/myvenv" _.poetry.pyproject = "pyproject.toml" ```...

enhancement

**Describe the bug** AdoptOpenJDK 8.X versions are not available using core Java plugin. **To Reproduce** 1. Run `rtx ls-remote java` command. 2. See that there are no AdoptOpenJDK 8.X versions...

bug

**Describe the bug** I created tasks in the form of `.rtx/tasks/:taskname` but when I run `rtx tasks` they would not show up as options. `rtx run taskname` would also not...

bug

**Describe the bug** There are similar issues for pyenv - https://github.com/pyenv/pyenv/issues/2805 and https://github.com/pyenv/pyenv/issues/2823 Can't install python 3.12. [Full error log](https://gist.github.com/kyhyco/3da88999f60037a4a8d8cc0ec90e49fe) Error snippet ``` ... /opt/homebrew/bin/ginstall -c -m 755 Modules/_sha3.cpython-312-darwin.so /Users/spacefuture/.local/share/rtx/installs/python/3.12.0/lib/python3.12/lib-dynload/_sha3.cpython-312-darwin.so...

bug

This section is missing some of the new targets. Easy change if someone wants to contribute. Just find the new ones in GitHub Releases. https://github.com/jdx/rtx/blob/e00fb1fde649ecc85aa40ac8846f71316d679e54/Cargo.toml#L133-L142

help wanted
good first issue

**Describe the bug** I use zsh, but I have a shell script that uses Bash and the only thing it does is call [ledger-cli](https://ledger-cli.org/) with some command line arguments. The...

bug