jdx

Results 485 comments of jdx

Also, not that you can do anything about this, I've always felt that docker is a poorly designed CLI and this is a good example. It blows my mind there...

Yeah I like that idea. It'll need to wait until task args get overhauled using my work on usage though. It may end up looking differently though, I may take...

we could probably turn python_compile into a 3-way switch so an explicit "false" would mean to always use precompiled but "null" would be the current logic

Mise downloads python-build. I think I prefer the current logic where nothing means use precompiled or not but "false" will always use precompiled. I think that will be more easily...

I think a local flag makes sense. Maybe also `--env` could be used without an argument to leverage MISE_ENV to find the current one though I dislike optional parameters on...

Sorry but I don't see much value here over having separate files. The syntax that you've proposed would complicate the docs, schema, and parsing significantly so there is a real...

if you take this on, I'd probably start with just 1. Trying to do all of them at once is probably too likely to cause problems.

While true, my thinking is that I can target just the most popular setups (macos, ubuntu, centos, etc). I think some small amount of system setup may be required like...