|
|
|
|
|
by ducdetronquito
783 days ago
|
|
I just discovered it this morning and it works like a charm as an asdf replacement for my Python setup at work.
It also replaces "just" as a task manager for me which is very pleasant. The fact that the python plugin uses precompiled Python binaries by default instead of building them from source remove common issues I had with the asdf's python plugin at work with missing dependencies. Just so you know, I encountered two little quirks that needed a fix: - "Backspace Key Doesn't work in Python REPL": https://github.com/indygreg/python-build-standalone/blob/mai... - An issue with the mise-poetry plugin: https://github.com/mise-plugins/mise-poetry/issues/9 I will see how it goes in the long run, but I really like it so far :) |
|
It is funny to me something can so well liked while also causing a lot of problems. Maybe not too dissimilar from the whole rtx -> mise debacle :p