Eric Nielsen
Eric Nielsen
With GitHub Actions I think it makes more sense to install the dependencies globally in the virtual machine. uv does not support that yet. See #1374 In your “Check docstrings”...
pip has the `--require-virtualenv` option which makes it behave like uv: ``` $ pip install --require-virtualenv attrs ERROR: Could not find an activated virtualenv (required). ``` but `--no-require-virtualenv` seems too...
This caches the local npm cache, not your node_modules. After a cache hit, npm should install from the cached local npm cache instead of from an empty local npm cache....
Cannot reproduce the issue. I need more information. Please check the bug report template.
Besides this is a valid pattern when EXTENDED_GLOB is set (which prompt-pwd does set). * `.#` matches the `.` character zero or more times * `?(#c,1)` matches any character zero...
Hi @erenfro. Check https://github.com/zimfw/zimfw/issues/504, https://github.com/starship/starship/issues/4669 and [stackoverflow.com/q/19305291/2654518](https://stackoverflow.com/q/19305291/2654518)
@therealresonix you can contribute by describing a solution or by opening a pull request with a solution. Please be respectful and avoid adding comments that don't contribute to solving the...
What are we missing here in more detailed terms? I see: 1. zimfw is not setting the +r flag to init.zsh and the deprecated login_init.zsh (FIXED for next release) 2....
Just released zimfw [v1.14.0](https://github.com/zimfw/zimfw/releases/tag/v1.14.0) with features that enabled having a system-wide installation. The key points are: 1. The "administrator" user will have the usual ~/.zshrc set up, **with the exception...
Hi @00dani. This is something I've been considering for a while. Thank you for the investigation you've done above. I see another scenario too, besides (1) source the output and...