Zanie Blue

Results 2922 comments of Zanie Blue

> so someone has to specifically know the venv path since our IDE's don't recognize it automatically. Why don't you make the virtual environment in a specific location then? One...

See https://github.com/astral-sh/uv/issues/7525 for discussion of similar build errors. I'm surprised we update the lockfile, we can look into that.

Our git operations are definitely non-trivial too as we need to support resolving all sorts of references, various authentication schemes, and optimizations like sparse checkouts. Once a suitable library is...

We don't use libgit2 anymore, it doesn't support enough functionality. Originally, we copied much of Cargo's implementation though — Cargo can fallback to git if you ask it to.

Hey @mtelka — I don't think it's common to include testing utilities in sdists. Can you point to other packages that do this? Why aren't you cloning from git if...

Makes sense. The tests are already in the main module here so it seems reasonable. Perhaps you want to open a pull request? It's trivial to add e.g. https://github.com/pypa/distlib/commit/ff48e09e9b5f8588145e22f5b7c51b361eb1fcfe I'm...

We won't change it, but we could consider an alias.

I'd also report this to that package, they shouldn't dump all of your environment.

I wouldn't be opposed to a `UV_HIDE_BUILD_LOGS` option, I guess?