Hacker News new | ask | show | jobs
by jdxcode 4 days ago
The problem with mise managing its own version is perf. I don't want a shim that has to read config files to exec the right version.

I would make use of min_version. It's not perfect, but will at least help bring laggards along.

1 comments

That makes sense! I wasn't aware of min_version for some reason, thanks so much!