Zanie Blue

Results 2957 comments of Zanie Blue

Welcome to the project and thanks for contributing! I'm not sure this merits diverging from virtualenv — we copy these implementations from there and the less divergence we have the...

It does sound like you're just looking for a sha of a lockfile e.g. `sha256 requirements.txt`. Is there more that you need?

Can you share some more about this? We're just using the `rust-netrc` crate which should look in your home directory as described? https://docs.rs/rust-netrc/latest/src/netrc/lib.rs.html#60-71

Ah the title vs the issue confused me, you're saying we need to support `_netfile`? You can use the `NETRC` variable to point to an arbitrary file path.

We could also enable this by default and consider a relaxed mode to allow targets outside the requirements. Poetry's cool with running something else: ``` ❯ poetry run echo test...

Very interesting, looks _hard_ . We might want to track that separately from this issue as it's a very different idea. I could see a flag to enable / disable...

I appreciate the conversation, but could you describe the behavior you're looking for in a separate issue please? This issue is supposed to be focused quite narrowly on a `uv...

I sort of think we do shallow clones already, but a bunch of our git code is vendored and adapted from elsewhere so it's a little unclear — I'd need...