jdx
jdx
are you using mise extensively? I'm talking 100+ tools, env vars, or tasks. That's far more than I benchmark mise with or ever use in my own testing. Given that,...
there should be some kind of error handling to execute something when a task fails, perhaps to cancel the error somehow. My use-case for this is I have a bunch...
from @hverlin in discord: > Quick question: if using rust with mise, what's the expected value for active? ``` dev@ubuntu2:~/Documents/rust-project$ mise ls --current Tool Version Source Requested node 23.5.0 ~/Documents/rust-project/mise.toml...
### Discussed in https://github.com/jdx/mise/discussions/3885 Originally posted by **dangmai** December 30, 2024 Using this `mise.toml`: ```toml [tools] kubectl = '1.32.0' ``` `mise` will fail to install `kubectl` on Windows with the...
this still isn't working: ``` mise main ❯ m i gradle -v Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s Running `target/debug/mise i gradle -v` DEBUG ARGS: target/debug/mise...
e.g.: https://github.com/aquaproj/aqua-registry/blob/f66ddfb1a141a1645bc7a0cf5c68526ecca91a52/pkgs/gradle/gradle-distributions/registry.yaml#L7
### Discussed in https://github.com/jdx/mise/discussions/3866 Originally posted by **scop** December 29, 2024 Would be nice to support pypy installs without delegating to python-build, i.e. with `python.compile` set to false in settings....
### Discussed in https://github.com/jdx/mise/discussions/4918 Originally posted by **shaicoleman** April 23, 2025 ``` $ mise --version 2025.4.7 linux-x64 (2025-04-23) $ mise settings add idiomatic_version_file_enable_tools ruby $ mise settings add idiomatic_version_file_enable_tools ruby...