Zanie Blue

Results 2930 comments of Zanie Blue

Given the lack of additional interest and the amount of work we have on our plate right now, it seems unlikely that we can devote time to this in the...

Failing with ``` libxcb> make[1]: Entering directory '/build/libxcb-1.14/src' libxcb> GEN bigreq.c libxcb> GEN xproto.c libxcb> GEN composite.c libxcb> GEN xc_misc.c libxcb> GEN damage.c libxcb> GEN dpms.c libxcb> Traceback (most recent...

Thanks for exploring a concrete implementation! I'm going to move this to a draft, since we're not aligned on a design we aren't likely to be able to merge this...

> So, overall, I feel this issue is at least a feature request (if not bug) that uv should install latest version of dependencies. We do prefer the latest version...

`uv pip` and `uv sync` are performing fundamentally different resolutions. The difference is not that `uv pip` succeeds in building a distribution that `uv sync` cannot, they're building totally different...

So I can reproduce this ``` ❯ uv init example --bare Initialized project `example` at `/Users/zb/workspace/uv/example` ❯ cd example ❯ uv init foo Adding `foo` as member of workspace `/Users/zb/workspace/uv/example`...

We can consider this. I think it's probably reasonable, but it is breaking and it will be hard to assess how many people rely on the existing behavior.

Hm, I'm not super familiar with this part of the code yet but it looks like there are a couple things 1. We should validate that the `shared_depends` actually exist,...

@pittervib sorry, but that looks AI generated and is wrong in several ways. Please don't do that.

I started doing some work to thread information through here... I think there are two parts: - Which tags are compatible? - Which tags are available? I investigated attaching the...