Geoffrey Thomas
Geoffrey Thomas
A lot of these seem like they ought to be irrelevant, or trivial to enable, for a service that runs as non-root + no ambient caps + NoNewPrivs. For instance,...
FWIW, there's some work in Debian itself to package a version of uv. It looks like it's making progress, but at the moment Debian is frozen in preparation for their...
One other thing we may want to keep in mind is that there's an Ubuntu LTS coming up relatively soon (on the timescales of getting packages into distros) and it...
The use cases mentioned so far have all been for (mis)feature detection to work around bugs that will be fixed, so I agree with @indygreg's analysis :) For the virtualenv...
I sort of thought I've seen pre-PEP-420 namespace packages recently enough. [Debian Code Search for `path:__init__.py extend_path`](https://codesearch.debian.net/search?q=path%3A__init__.py+extend_path&literal=1&perpkg=1) shows a good amount of hits, though several are in vendored and possibly...
I can reproduce this on a Fedora Docker container. Taking a look....
This seems specific to Fedora's /etc/openssl/openssl.cnf. In particular if I comment out the `config_diagnostics = 1` line or some other combinations of lines, it works fine. I suspect this is...
I meant to say, I am guessing Arch has a similar /etc/openssl/openssl.cnf file e.g. with `config_diagnostics = 1` or something, but I haven't gotten a chance to look. If so,...
> `uvx --python 3.13.9 python minrep.py` does not fail Fedora has Python 3.13.9 as the system Python, so I'm assuming uv is finding that one and not installing our own...
Does this PR build successfully internally? It looks like the CI jobs are accessing crates.io over the network, which is what the `debian/vendor` thing was trying to avoid, and I...