mal
mal
### Description Replaces flake8-import-order with flake8-isort, configuring the latter to match our current style as closely as possible. isort can do the sorting automatically and seems more comprehensive, more configurable...
### Description There's now a better standard for specifying dev-dependencies in pyproject.toml, so this switches to that. The last py3.8-compatible version of pip doesn't support --group, so... looking forward to...
### Description Moves the last stuff out of setup.cfg. Annoyingly this requires flake8-pyproject as a dev-requirement. And while I'm in here, adds .venv (used by `uv`) to flake8 ignores. ###...
MP_Tree path alphabets that include symbols should work in some manner on most database backends, but the alphabet selection test reports that `0-9A-Za-z` base62 is best, which can be incorrect...
I'm enjoying using this webdav service behind nginx, with nginx enforcing http basic auth. I would like to expose a directory to all users who have successfully authenticated to nginx,...
### systemd version the issue has been seen with systemd-257.10, systemd-258.2 ### Used distribution NixOS 25.05, 25.11 ### Linux kernel version used 6.12.56-hardened1 ### CPU architectures issue was seen on...
I have 17,000 historical reports in a folder in o365, which I'm trying to process with parsedmarc. This seems to require watch=true to do more than one batch, but with...