Lukas Pirl
Lukas Pirl
Dear @Neo23x0, thanks for starting and maintaining this utterly useful project. Do you think it would make sense to require contributors to issue a) descriptive commit messages (e.g., "add rules...
For ``slides2``, the option ``stylesheet`` in ``theme.conf`` (INI section ``theme``) did not work for me. The theme's configuration file uses this option as well: https://github.com/nyergler/hieroglyph/blob/1ef062fad5060006566f8d6bd3b5a231ac7e0488/src/hieroglyph/themes/slides2/theme.conf#L1-L3 However, ``slides.css`` never appeared in...
Dear trapexit, dear contributors of mergerfs. First, thanks for this beautiful piece of FLOSS. I use mergerfs with great success in a few productive scenarios. This feature request asks if...
A "frontend" that sends notification emails would be awesome. This could be especially useful for automated updates.
According to [this thread](https://lists.mindrot.org/pipermail/openssh-unix-dev/2014-November/033177.html), compression can be vulnerable to CRIME/BREACH attacks (if the encrypted data carries public data as well). I am not into crypto but I guess compression should...
Dear @linkchecker team, this PR implements a new configuration option – `ignoreerrors` – which allows users to ignore certain error messages for certain URLs (refs #70). Both are defined by...
I have a container host where every container listens on it's own port but all on localhost. It would be nice to not provide the host name to clush but...
With btrfs-tools 4.12 (e.g., as in Debian 10/buster/testing), mount points are not detected properly anymore, since the output of ``btrfs subvolume show`` changed significantly. Specifically, the mount point is no...
When in quiet mode (i.e., ``-q`` is given) false negative exit codes might occur. For example, when snapshots have to be deleted due to rotation. This is especially annoying with...
Just experienced this ``` $ sphinx-build -M slides "." "build" -j auto -n -a … /…/slides/venv/lib/python3.11/site-packages/hieroglyph/builder.py:126: RemovedInSphinx80Warning: Sphinx 8 will drop support for representing paths as strings. Use "pathlib.Path" or...