jdx

Results 485 comments of jdx

You're welcome to take it on

lol that thread could not be more stereotypical for go. I hope you get some traction. It seems crazy to me that `go install` takes versions as input but there...

@camsteffen I want to support both styles, but this matches how `mise set` works for consistency

ah yeah, that could be done I think

closing due to inactivity, feel free to reopen if you'd like to work on it more

let's just call it `--timings`—with a hidden alias `--timing`

I might be not understanding this so much but I think this could be simplified by doing something like this: ```rs fn run_all() { let start = time::Instant::now() for task...

I was thinking `mise clear` might be a good name for "remove tool from config file". I was also thinking an uncommon synonym for “remove” might be a way to...

to me "forget" would mean "remove from config but not the install", similar to `mise clear`. That doesn't encapsulate what I would like which is a true inverse of `mise...

`mise install` without arguments certainly is useful if you're reusing an existing config. `mise install` with args is asdf behavior that was ported and certainly is not possible for us...