Nikhil Verma

Results 64 comments of Nikhil Verma

Thanks for the pointer @zanieb, I think the following comment comes close to capturing the gist of this issue. https://github.com/astral-sh/uv/issues/4730#issuecomment-2203338364 > The huge drawback here: Modulo default-{packages,extras,command}, you have to...

Ah, sorry my understanding of uv internals is not the best. That said, the spirit of this issue is to remember previous lock options when running `uv install`. If this...

I think the most common difficulty would be to specify the index url, but I'm glad `uv` makes it as easy as possible. ```shell uv add torch --index-url https://download.pytorch.org/whl/cpu #...

Just came in here to say that I followed @brickpop's [solution](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2640#issuecomment-1748655828) and changed my docker compose file to only expose port 81 to 127.0.0.1 instead of all interfaces (0.0.0.0). The...

A release on pypi would also help with #27

I had a simlar issue where lockfile generated by `uv` v3 was giving me errors when running `uv sync` inside the container, but upgrading `uv` to v4 fixed the issue...

Eagerly waiting for this functionality. Just started using using functions and I'm already having a hard time debugging them.

Another use case is to support conflicting dependencies if/when #6981 is implemented.

Is there any way to manually install a new version of the extension until the new release gets published on vscode marketplace?

Came here to report the same issue. Although for me I see these warnings while using `pudb`. @rr- I believe this was fixed in #23, and this package is due...