Adam Williamson
Adam Williamson
Per https://docs.pylonsproject.org/projects/waitress/en/stable/usage.html host = 0.0.0.0 binds only to IPv4. This is a problem for BCD if your system is IPv6-enabled and resolves http://localhost.localdomain to IPv6, not IPv4 - accessing the...
I have a script that wants to find updates that are in waiting or failed gating status. It's annoying to have to run two searches.
**Describe the bug** systemd 256 has a new `ProtectSystem` feature which makes `/usr` read-only. This is set to default to on in initramfs environments. dracut's `hookdir`, where it writes hooks...
waiverdb has changed its message format three times since the processor was written, but it has never been updated. This should record and handle all four types of message. Signed-off-by:...
This seems to be causing datagrepper to choke on some message(s) from early 2018 - this search: https://apps.fedoraproject.org/datagrepper/raw?start=1518556860&end=1518556935 produces a traceback that ends: line 106, in subtitle if 'bug.new' in...
## Description _parse_docs: handle change to docstring indentation in Python 3.13. The compiler now deindents docstrings; this breaks an assumption this regex makes, that there will be four leading spaces...
PY_VERSION_HEX is documented at https://docs.python.org/3/c-api/apiabiversion.html , I think I got it right.
Expected behavior and actual behavior. Test suite should run successfully and not crash the Python interpreter. However, with https://github.com/rasterio/rasterio/pull/3091 applied, the new `test_sieve_all_masked` crashes Python 3.13. The test is expected...
https://github.com/rasterio/rasterio/pull/3091 dropped this check entirely, but that seems unnecessary. All that changed in newer gdalinfo is the ordering - it now puts AREA_OR_POINT last. It's easy enough to handle that...
make_tls_certs.py has not been updated significantly since 2018, and the certs it generates are not good enough for openssl 3: E ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Basic Constraints of...