jdx

Results 485 comments of jdx

the precompiled pythons don't work with poetry. You need to reinstall python after running `mise settings set python_compile 1`. I don't know why they don't work with poetry but the...

frankly I have no idea what it does, but this change does appear to have fixed this issue for users using mise-poetry: https://github.com/mise-plugins/mise-poetry/commit/431c335b47be548500c50bd631e30a66b4370788 of course if you just `pip install...

if someone has some cycles to investigate, but we use [`console::colors_enabled()`](https://docs.rs/console/latest/src/console/utils.rs.html#21-22) so figuring out if it's console or our code is where I would start. It does appear that doesn't...

yeah if possible using binary packages is better. You can also try changing settings like [lto](https://doc.rust-lang.org/cargo/reference/profiles.html#lto). I'd accept a PR for a new profile like "fast-release" or something that we...

lto is now disabled by default

I'm quite busy with a lot of things right now but this is pretty easy to fix: https://github.com/jdx/mise/blob/d232859b5334462a84df8f1f0b4189576712f571/src/plugins/core/python.rs#L362 just check if the os is linux as well

yeah this would be nice. One of the things I'm planning is a far more advanced arg parsing logic leveraging the work I'm doing with usage. No idea when I'll...

Seems like a solid proposal from me 👍