Emily
Emily
`cargo doc` doesn't behave nicely in the Nix sandbox, since it's basically a kind of build; it'd be nice to have support for something similar in crate2nix (including building docs...
Currently, if running an acme-dns server locally, any user can pollute the database with `curl -X POST .../register`, and if serving the API over the network then firewalling is the...
Currently, if you query a record type that isn't present for a domain that exists, no SOA record is returned, which inhibits negative caching. It should be included, like it...
Currently, the configuration file has to either hardcode the IP address of the acme-dns server, which leads to fragility and duplication, or CNAME indirectly though another domain name à la...
Currently you get an error like the following unless it's a string: ``` acme-dns[898]: time="2020-03-19T23:14:34Z" level=error msg="Encountered an error while trying to read configuration file: toml: cannot load TOML value...
I'm not sure whether this is an issue with nixpkgs-fmt or an upstream https://github.com/nix-community/fenix issue, but since I don't understand it I figured I'd report here and let people who...
This appears to have been special‐cased because of the `readlink -f result`, but `nix path-info` gives us the same information. (Theoretically there might be an annoying race condition here where...
I get the following after https://github.com/LnL7/nix-darwin/commit/3cf11923ebd3648ec8cd51414eb302827d9c4ce8: ``` applying patches... patching file etc/pam.d/sudo Unreversed patch detected! Ignore -R? [n] ``` Seems `patch(1)` is trying to be too helpful and breaking the...
Whenever the cursor hovers over a window, causing it to focus, PaperWM treats it as a full raise and jerks its position on the screen, making focus-follows-mouse for keyboard usage...
`gateware.analyzer:EventAnalyzerTestCase.test_delay_{{2,3}_septet,max,overflow{,_p1}}` currently fail (potentially nondeterministically?). They should probably not fail. I'm creating this issue so I can disable them for now.