jade
jade
https://github.com/troglobit/editline/blob/c50d4c34d80a051ccb381301324cd3472902b363/src/editline.c#L1619-L1634 Note that fprintf has no check on its return value so it could fail without being reported. I am unsure if the IO errors turn the `FILE *` into...
What happened: %d would expand to `(tag: v3.11.3, 3.11.x)`, but once 3.11.3 is not the latest in the 3.11 series, 3.11.x will cease applying, resulting in the archive not being...
### Motivation I have an OIDC setup which is kanidm based, so doesn't *have* emails for most users. I don't use email based auth, since I have an IdP that...
### Checklist - [X] I can reproduce the bug with the latest version given [here](https://github.com/FossifyOrg/Calendar/releases/latest). - [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Calendar/issues) or [closed](https://github.com/FossifyOrg/Calendar/issues?q=is%3Aissue+is%3Aclosed)...
Hi! I'm working on source reproducibility for NixOS and I've noticed that the files for 2.17 got swapped: > 22 June 2024 - Release files have been updated with the...
This is adapted from an internal project. It's a simple solution that probably has wider applicability than just our little project. I put it in contrib/ to make it clear...
**Is your feature request related to a problem? Please describe.** s3-proxy returns 405 errors for HEAD requests. This breaks various clients which want to determine the content type of a...
**Describe the bug** To preface, I'm sure this is probably inevitable. However: it appears that when using the light meter around bright spots of light, whether the bright light is...
I have tried writing something like the following, but it seems clumsy. Is there a better way to turn off vlines and hlines inside a table? One issue I have...
This is due to https://github.com/NixOS/nix/issues/6767, where builtins.getFlake doesn't work on subdirectories. The solution here, I think, is to use the top level of the repository with `?dir=blah/blah`. Output: ``` configs/nix...