jdx
jdx
### Discussed in https://github.com/jdx/mise/discussions/4146 Originally posted by **curio77** January 17, 2025 With mise v2025.1.8, `mise install -f "pipx:*"` as described [here](https://mise.jdx.dev/dev-tools/backends/pipx.html#python-upgrades) to upgrade all pipx packages after a Python upgrade...
(To be clear, this issue affects performance but results in mise behaving predictably. If we "fix" this it will likely cause bugs, but it would in theory make mise much...
### Discussed in https://github.com/jdx/mise/discussions/4237 Originally posted by **zephraph** January 26, 2025 `2025.1.15 macos-arm64 (2025-01-26)` Okay, so I have a mise task that builds a rust crate. I want a windows...
### Discussed in https://github.com/jdx/mise/discussions/4245 Originally posted by **majutsushi** January 27, 2025 I have this `mise.toml` file: ``` [settings] [settings.status] show_env = true [env] A = "a" B = { value...
we should add a url field to the registry for use in `mise tool` and [render-registry.js](https://github.com/jdx/mise/blob/main/scripts/render-registry.js) because that currently guesses the project url which may be wrong for monorepos I...
If we stored full aqua tarball URLs instead of just the filenames, we should be able to reduce our reliance on `GITHUB_TOKEN` at least when running `mise install` and not...
this is going to be tricky. I managed to implement some commands like `mise settings --complete` that lists completions for settings which works similarly: ``` $ mise settings --complete activate_aggressive:Pushes...
https://mise.jdx.dev/registry.html We will need some way to present this information from mise, perhaps in `mise tool` or as part of `mise registry --json`. This will require that we pull the...
### Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report (please file separate reports for different...