Jeremy Fleischman
Jeremy Fleischman
### Is there an existing issue for this? - [x] I have searched the existing issues ### Platform x64 Linux (linux-x64, Most Common) ### Editor CLI (Command Line Interface) ###...
As per the discussion on https://github.com/simonmichael/hledger/issues/1871, semicolons are not allowed in descriptions. However, hledger currently does strange things when you give it data with descriptions with these invalid characters. For...
### Describe the bug We recently added a new `AwsAuth` construct to our cdk app. We were shocked to find that this broke all our node groups (as the new...
I'm trying to enable `allowDNS` on Ubuntu, and it's not doing anything. No changes to `/etc/resolv.conf`, nothing. I dug into the code, and it looks like this is because `LinuxEthernetTap::setDns`...
## Bug report ### Describe the bug I have kodi configured with eventserver enabled, but my kodi instance is only accessible over IPv6. I've verified that I can talk to...
There's this General section buried in our repo here: https://github.com/NixOS/nixfmt/blob/master/standard.md#general, let's promote some of it to the README.
Full disclosure: the treefmt stdin spec is not yet finalized (see https://github.com/numtide/treefmt/pull/586). However, nothing prevents us from implementing the version of it that I hope will be approved. This completes...
treefmt will be adding a Stdin Spec. See https://github.com/numtide/treefmt/pull/586 for details. We should implement it, which means deprecating and removing the current behavior: 1. Read from stdin if no positional...
When doing the stable release, we announced that "The classic nixfmt will stay available for some more time as pkgs.nixfmt-classic" (https://github.com/NixOS/nixpkgs/blob/b3bc1e31d0fc920cc11a79ed4f4bd202961addfb/doc/release-notes/rl-2511.section.md#highlights-sec-nixpkgs-release-2511-highlights). We should decide exactly how long that is. It...
Today, we sometimes allow trailing comments, and sometimes move them to the next line. For example: Input: ``` foo = { # this should be an SSID } ``` Current...