Zanie Blue
Zanie Blue
I added those logs to the latest release, if you could provide the output for the `uv python find` attempt that'd be helpful.
Oh, it looks like we're filtering it earlier. I can fix that.
I'm not really sure if it's better to start with "your project depends on xyz" or with "there are no versions of xyz". On one hand, it's nice to have...
We agree it probably shouldn't be _that_ quiet :) Open to suggestions on what should change if anything when `--quiet` is used in `uv pip list`
`--quiet` is just a global CLI flag that adjusts the verbosity of our logging, I'm not sure if it makes sense to turn off for a single command although I...
We should emit this to stdout instead of stderr
If we emit to stdout instead of stderr it will not be silenced by `-q`. There's appetite for machine readable / JSON output throughout the CLI though, yeah.
Thanks for the reference! We don't remove lock files manually, no (some previous discussion in https://github.com/astral-sh/uv/issues/10773). We do remove temporary directories we create on drop though. I'm down to use...
This sounds cool, but I would be surprised if we had the time to build it soon. I'm curious if there's demand from more people for a feature like this.