Zanie Blue

Results 2979 comments of Zanie Blue

Welcome to the project :)

Development dependencies are separate from extras, technically. They can be placed in an extra, but generally they are separate and not a part of the standard metadata (i.e. it's project...

There's a bigger problem here though... extras can conflict with each other. Are we going to solve with them all turned on and ban conflicts? Are we going to lock...

Do we know how they're going to express the conflict? Can you just do it with `[extra]` markers?

~Can you share logs with `RUST_LOG=uv=trace`?~ Oops, in the toggle.

Yeah it looks like the problem here is that devpi is _not_ returning an unauthenticated response instead it's redirecting us to a login page. If it _said_ it was unauthenticated...

We can't do that because e.g. if you have two GItHub repositories with separate authentication we should not use the credentials from one for the other. Our logic should be...

We now support setting `authenticate = "always"` #11896 to force authentication on the first request.

Building toolchain storage on top of this before it's ready for a look.