Zanie Blue

Results 3005 comments of Zanie Blue

Awesome. Sorry for the delay!

I think that the JSON output just uses absolute paths (whereas our default output uses relative paths). Would the addition of a relative path field in our JSON output suffice?

Can you share why it matters / what the downstream affect is? Did you do investigation as to why it returns early today?

It looks like this would require an MSRV bump to 1.64. cc @seanmonstar this is being encountered pretty often downstream because of Codex and Claude using sandboxing. Please let me...

While we could add filtering for this to sysconfig, I don't think it's necessarily reasonable for us to remove every flag we use. It seems like Nuitka should provide a...

Hey! Yeah I think the request here is to "implement rate-limit–aware backoff" by sleeping if the reset time is within a reasonable window. I'm not asking for immediate retry.

Thanks! We should bump the timeout, but also these are so slow... it'd be great to speed it up somehow.

I think `AF_NETLINK` is missing on musl. ``` ❯ docker run --rm -it ghcr.io/astral-sh/uv:alpine sh -c "uv python install 3.12; grep -E 'NETLINK|ASM_TYPES' ~/.local/share/uv/python/cpython-*-musl/include/python*/pyconfig.h" Installed Python 3.12.12 in 2.85s +...

cc @jjhelmus Claude claims this would be fixed by having the musl kernel headers? per our earlier discussion about using a sysroot