jdx

Results 199 issues of jdx

I thought this was fixed but apparently not ``` ❯ mise use [email protected] mise Installed executable into /Users/jdickey/.local/share/mise/installs/opentofu/1.6.2/tofu mise [email protected] ✓ installed mise mise.toml tools: [email protected] ❯ cat mise.toml [tools]...

### Discussed in https://github.com/jdx/mise/discussions/3928 Originally posted by **hverlin** January 3, 2025 Add a `--prefer-offline` flag / `MISE_PREFER_OFFLINE` environment variable for a few commands like `mise doctor`. I imagine this can...

currently the lockfile entries are updated per arch-os pair when tools are installed which is necessary because mise needs to actually install things to get the checksums. This means if...

enhancement

### Discussed in https://github.com/jdx/mise/discussions/4755 Originally posted by **acesyde** March 30, 2025 I'm encountering some behavior that I wanted to confirm is intended before opening a formal issue. Here are the...

### Discussed in https://github.com/jdx/mise/discussions/4275 Originally posted by **plu** January 31, 2025 We've seen this happen on CI sometimes, but I also found a way to trigger it: `mise-tasks/example` ```bash #!/usr/bin/env...

### Discussed in https://github.com/jdx/mise/discussions/3844 Originally posted by **knu** December 26, 2024 It seems the current experimental hooks feature is limited to per-project configuration, but there’s also a need for global...

enhancement

when installing tools, if there are dependencies to fulfill such as `cargo-binstall` for `cargo:` tools, mise will first install everything that does not have any unfulfilled dependencies and when that...

enhancement

### Discussed in https://github.com/jdx/mise/discussions/4510 Originally posted by **fredriv** February 24, 2025 We're migrating to `mise` + `uv` to replace `asdf` + `direnv`. We have a repository where various subdirectories have...

### Discussed in https://github.com/jdx/mise/discussions/4167 Originally posted by **Sytten** January 20, 2025 Hello! It looks like the checksums are not being written to the lockfile anymore on MacOS on the latest...

### Discussed in https://github.com/jdx/mise/discussions/4436 Originally posted by **kenbankspeng** February 17, 2025 go 1.24.0 introduced 'go tools' for version management of tools (written in go) required for the project, which many...

enhancement