MrMarvel [S30]

Results 28 comments of MrMarvel [S30]

I have an example from my project. I repeat version 3x times. It's annoying. But it is another problem. I just wanted to remove some of versions for optional dependencies...

[comment](https://github.com/astral-sh/uv/issues/8870#issuecomment-2622780914) > I updated to the latest uv version and the issue does not appear anymore when doing uv run ... only doing uv sync for which its > probably...

>`source /path/to/zshrc.d.plugin.zsh` Where is zshrc.d plugin preferred to be located while globally installed? `/etc/zsh/zplugins/zshrc.d`? Can keyword `plugins=(zshrc.d)` be used in global plugin installation?

Actually I can't get it working right. If my sub zshrc is sourced it must `echo test` but it doesn't Btw I have zshrc config like that.

>Does Include really substitute environment variables like [PROGRAMDATA](https://ss64.com/nt/syntax-variables.html)? I tried full absolute path without globing like `Include C:/ProgramData/ssh/ssh_config.d/my_config.conf`. It doesn't work either

Подтверждаю на последней версии 142.0 firefox 0.0.1.66 extension

I removed free threading from manifest for now.

As a temporal solution: for pip `pip install git+https://github.com/MrMarvel/OpenDatasetsPy313` for toml UV (package manager) projects example: ```toml [project] name = "visualbinarization" version = "0.1.0" requires-python = ">=3.10" dependencies = [...