James Hegedus
James Hegedus
As a note: `asdf latest ` exists to filter specific versions. Eg: `asdf latest nodejs 16` will give latest of the `16` releases. As you state, this is easier to...
>I think a user-friendly shell implementation would quickly end up relying on other tools or introducing a lot of boilerplate. For example, checkboxes a la Yarn would greatly improve usability,...
Can you clarify something, I am confused. Do you want the asdf shim, the asdf install or the regular non-asdf installed tmux? Are you saying you don't want `/home/me/.asdf/installs/tmux/3.2a/bin` to...
I know this will not help with CI tools, but just so it is documented in this thread for those who are looking for personal Windows use. I've used asdf-vm...
Hi all, When people discuss Windows support, I expect they mean "native" Windows support (see #1246), which typically does not refer to installing an entire Shell/Linux ecosystem/toolchain. This is why...
As for >wsl2 is not helpful at all for unit testing or ci/cd of tools that are designed to run on windows clients and servers `asdf`, in its current form,...
@craigfurman In the scenario you outline where a new user sees your `.tool-versions` file in a repo and installs `asdf` for the first time but then cannot find where to...
So to resolve this issue I think we have two steps to take: - [x] document we support comments in `.tool-versions` 2. seriously discuss the suggestion to automatically include comments...
Identifying a missing plugin on the local system from the items in `.tool-versions` would be another improvement we can manage without fundamentally changing `asdf`
Hi @micahlmartin You are right that we do not have documentation of how this would work. We should probably add this to the docs site FAQ or a recipes/cookbook section....