zvm icon indicating copy to clipboard operation
zvm copied to clipboard

⚡ Fast and simple zig version manager

Results 30 zvm issues
Sort by recently updated
recently updated
newest added

### Zvm Version 0.3.1 ### Steps to Reproduce and Observed Behavior When I use "nvm list" commands, an "TemporaryNameServerFailure" error occurred ### Expected Behavior OS Ubuntu 20.04.6 LTS I made...

bug

### Zig Version 0.13.0-dev.73+db890dbae ### Steps to Reproduce and Observed Behavior Symlink is created without any issues. Zig version is set correctly. But the dump stack trace msg should not...

bug

### Problem Description There are discrepancies in our codebase where the naming conventions do not align with the Zig standard guidelines for naming variables, functions, types, and file structures. Ensuring...

good first issue

Add feature to easily rollback like: ```bash curl github.com/hendriknielaender/zvm/install | bash -s "zvm-v0.x.x" ```

In the case of a failure when setting a new Zig version, it would be more user-friendly for ZVM to automatically fallback to the last successfully installed and set Zig...

bug

Currently, zvm does not have a dynamic log level management system, which can lead to either an overload of verbose log information or a scarcity of necessary debug data. ###...

enhancement
good first issue

### Summary Introduce a new command `zvm cleanup` for the Zig Version Manager (ZVM) to help users easily remove unused or old versions of Zig from their disk. This feature...

enhancement
good first issue