Bryan Kaplan
Bryan Kaplan
In dark mode, the greys are way too light, making much of the text illegible to my eyes. The background could be a pure black, or close to it.
I observe two problems with [INSTALL.md](https://github.com/jimsalterjrs/sanoid/blob/master/INSTALL.md)'s instructions for Alpine Linux: 1. The ToC link to `#alpine-Linux-busybox-based-distributions` doesn't work. It should be `#alpine-linux--busybox-based-distributions`. 2. More importantly, the instructions for installing under...
I've encountered this bug in the Android app for ages, and I'm finally reporting it. Sorry if it's been reported elsewhere — I looked but didn't find it. ## Summary:...
At least for the spinning star, the provided CSS excludes the flex container, which is required for it to display.
Currently, opencv-python fails to build under python 3.12. This patch fixes that problem by permitting the use of any setuptools>=59.2.0, rather than mandating that specific version. This patch fixes #988....
Is it possible to specify a subset of `hlig`? If so, how?
The enduser's ability to rely upon XDG base directories should not be hidden behind a compile-time flag (`--enable-xdg`), because package maintainers must choose compile flags to support a broad userbase...
I see that the frontend repeatedly requests data it has already received. Is there a way to fix that? I would assume data would be cached in localstorage and requests...
The README indicatess a `spellcheck-allowlist` value can be defined in the flake8 conf file. It doesn't work. In my installed code, I see support for `whitelist`, but it looks like...