Zsar
Zsar
Same use case as [OliverJAshes](https://github.com/editorconfig/editorconfig/issues/220#issuecomment-388073847) with different file type: root = true [*] trim_trailing_whitespace = true [**.md] trim_trailing_whitespace = false # forced linebreak: two trailing whitespaces In .md files trailing...
Generation now seems to be element-complete but the tags do not look quite right. The particular example file also generates two name collisions `CertificatePinListPin` and `HostEntry`. Collision detection seems to...
Mmh. Unsure. I mean, yes, it could just loop until no collisions are left - but the colliding names in the example are quite obnoxiously long even after the first...
[Possibly related](https://github.com/msys2/MSYS2-packages/issues/5123#issuecomment-2583092106): The documented environment variables seem to have no effect in a fresh MSYS2 installation from last thursday.
Oh, it is even worse: As the spaces are eaten, there is no way to correctly reconstruct the file name afterwards - e.g. ` ` and ` ` both become...
FWIW: `./configure` succeeds using - `autoconf/oldoldstable,oldoldstable,now 2.69-11 all` on Debian 10.13 - `autoconf/oldstable,oldstable,now 2.69-14 all` on Debian 11.9 Installing `autoconf2.69/stable,stable,now 2.69-3.1 all` in addition to the base package on Debian...
``In my experience "if a project uses autoconf, building from source is broken" has been a 100% experience for me over the last ~five years on a wide variety of...
Mmh. I seem to be pretty alone with this issue and now I have shelved my Debian 12 system, so I cannot even investigate further - going to just close...
You could also disable systemd-resolved's stub resolver - as you will not use it, why pay for it. In `/etc/systemd/resolved.conf` adjust these two options: - `DNS=::1` - use a locally...
The current workaround is brittle: 1. clone into `mod/CleanSlate` 2. symlink the .mod file to `mod/` 3. symlink _everything_ inside `mod/CleanSlate/CleanSlate` into `mod/CleanSlate/` This will, of course, silently break whenever...