jdx
jdx
in terms of `__MISE_DIFF` and `__MISE_WATCH` I agree. However `MISE_*_VERSION` might not be possible to remove since we have no way of knowing if those were added by mise or...
plugins should not be using a "v" prefix. I believe this is mentioned in the asdf docs somewhere but I may be wrong. It's also fairly uncommon for plugins to...
I haven't looked at the code for this in a while but I suspect the reason for this is if you have multiple versions specified it wouldn't be able to...
npm adds symlinks to `~/.local/share/mise/installs/node/18/bin/` and that's typical behavior for languages in mise. This effectively locks the node version to the globally installed packages which is useful in case they're...
it looks like this broke the python test for some reason. I tried running it again but it failed.
> @jdx I assume the following code resembles a global singleton pattern in Rust? yeah, I'm not using `Lazy` here because in the unit tests I need the ability to...
converted to draft until one of us figures out a better solution here
where is this debug call? could we just only show the env if it is already loaded?
I'm thinking we change this conditional: https://github.com/jdx/mise/blob/2738afd45afdf9864a3badda13d8d1075f5a30bd/src/config/mod.rs#L606 instead of calling `self.env()` we call `self.env_with_sources.get()` I think the loading order is still problematic, but this could get us around this specific...
I fixed this issue today