Zanie Blue

Results 2921 comments of Zanie Blue

I think this may be a `uv tool show` command instead? We're adding suffix support (https://github.com/astral-sh/uv/pull/7095)

Oh sorry no it doesn't exist but I think it should — I think it'd be a better experience for your use-cases than adding these flags to `tool list`.

There is no equivalent tool binary directory on Windows so we _are_ using the XDG location as done in `pipx`. I think `pipx` just hard-codes `%USERPROFILE%\.local\bin` though, but I'd prefer...

If the XDG_* variables are set and map clearly to the Windows native path concepts, I don't really see a compelling reason to ignore them on Windows really. Though, of...

> Yes, there is: FOLDERID_UserProgramFiles Yes, I've seen your comment there and appreciate your suggestions. However, that's not a single directory shared across programs and expected to be present on...

Thanks for your replies :) I appreciate that this project is active. > IMO too much internet ink has been spilled on the topic of upper bounds. I agree with...

I wish it was not a problem I encountered so often :) I appreciate hearing your experience and opinion though! I don't think much more needs to be said for...

The naive pattern would be `exclude-older`? I guess something like `exclude-stale` would be possible too, but harder because we need to visit the latest versions first and get their dates.

I think it makes more sense for `exclude-newer` to be attachable to a `tool.uv.index` definition rather than define a list of exclusions? wdyt?