kiilerix
kiilerix
I don't have strong opinions on this topic. I only studied it enough to understand that it is complex and to find something that worked for me. Big disclaimer: While...
Yes. And _GNU_SOURCE is already used at file level. And there could be a risk that a global _POSIX_C_SOURCE would change something on some platforms that broke something. But the...
This PR still fixes the realpath issue. Is _GNU_SOURCE problematic on BSD in other ways than just doing what it says and not making any difference (good or bad) for...
https://github.com/Pylons/webob/issues/437 is also a problem for proper support for Python 3.13 . In both cases, it can be worked around by installing `legacy-cgi` from pypi.
But since WebOb didn't catch up yet, it might be a dead dependency that will have to be replaced by something else.
I got an error report for hitting this when Kallithea is serving Mercurial repos. I tracked it to Mercurial emitting warnings when reading config, and because https://repo.mercurial-scm.org/hg/rev/8e04607023e5 it ended up...
This is fixed by https://github.com/OpenLightingProject/ola/pull/1975/commits/d9b9c78645c578adb7c07b692842e841c48310be
As user, I find it it very reasonable that `f` doesn't move focus. `f` is for navigation links. This seems more like a use case for a similar way to...
That is a good question. I don't think vimium provides a good answer. Someone would have to invest in implementing it. Hopefully without shoehorning it into f. But while navigation...
This seems to be contributing to existing unnecessary code duplication. I'm exploring some cleanup in https://github.com/iced-rs/iced/pull/2745 .