Zanie Blue

Results 2957 comments of Zanie Blue

I did test it and was happy with it but I can do more investigation. @ibraheemdev can you rebase the branch?

If anyone has "good" test cases post 'em here so we have some common ground when considering the behavior.

I'm also supportive of including an opt-out environment variable.

Testing with ``` cargo run -q -- pip install anyio --reinstall --no-cache cargo run -q -- pip install pydantic --reinstall --no-cache cargo run -q -- pip install prefect --reinstall --no-cache...

I have a medium preference for shipping it in stable with an opt-out, but that requires a separate mechanism than `--preview` 🤷‍♀️

Thanks for the logs that's super helpful for telling what's going on. So what changed in https://github.com/astral-sh/uv/pull/2976 is we use the URL as the service name for keyring before using...

You could manually call `keyring ` and see if it is idempotent. > I don't necessarily think this broke with https://github.com/astral-sh/uv/pull/2976 but before that PR cannot easily test this since...

Nice investigation! Thank you! I'm not sure we can just read the last line of output, there's nothing guaranteeing the password does not include new lines. We recently discussed this...

That's true but like.. we're not differing from pip here and this is the contract that keyring provides. We're adding a JSON output format to keyring which might sort of...

Thanks for following up! We can track something like that in a more specific issue.