Zanie Blue

Results 1223 comments of Zanie Blue

Just as a minor note, using `--no-cache` with `--refresh` doesn't make sense, I'd use one or the other. Generally `--refresh-package ` is the best option.

Hi. Is `--system-site-packages` missing from your reproduction here?

Yeah I think the root cause is the same as #2500 — maybe we need a separate issue that tracks that functionality. Otherwise it seems reasonable to keep this open...

Lots of prior chatter over in https://github.com/python-poetry/poetry/issues/800

Some thoughts.... I think extras would be covered by the normal `--extra` and `--all-extras` options. I worry about `--no-project` and `--no-workspace` because those have a different meaning elsewhere; which is,...

As a note on my own post, I think I prefer `--without-locals` over `--without-local`?

Well, I specifically opted for `--without-` instead of `--no-` since we use `--with-` for including dependencies it probably makes sense to do the same for excluding them?

We'll definitely be tackling alternative sync targets ASAP as well.

Hi! The request makes sense but this is a tough one for user experience because people can pass all sorts of requirements sources and we've seen people confused when they...

Here's a proof of concept: https://github.com/astral-sh/uv/pull/4517