Yannik Sander
Yannik Sander
That was some elasticsearch optimization if i recall correctly
I'm going to reopen this because there is actually no manifested guideline of what goes into the flake search and what not (https://github.com/NixOS/nixos-search/issues/486). Its not a guarantee that this will...
The `packages` attribute is supposed to be a flat attribute set. A good first attempt is to make `flake show` work on your flake which will highlight these mismatches. `flake...
Had the same issue on arch.., It's because the arch-kernel has user namespaces disabled for security reasons (?) you might need to use a custom kernel which has said module...
The internal localization is of strings in pandoc is handled [here](https://github.com/jgm/pandoc/blob/8c90f34d15a002d9269ef0371db7d6f7bf44168c/src/Text/Pandoc/App/OutputSettings.hs#L188-L192) and expects a BCP47 identifier behind the `lang` meta attribute. I use the non standard language tag to set...
With date format, the locale specific date format is meant eg. 11/25/18 is printed for en-US in contrast to 25.11.2018 for European locales (don't take theese examples too literally, I...
the template now uses [`datetime2`](https://ctan.org/pkg/datetime2) for printing dates the config can have a datetime2 key which content is inserted as package options for datetime 2 additionally a datestyle key was...
In the meantime I found https://github.com/serde-rs/serde/issues/745#issuecomment-1450072069 to be a reasonable workaround
We should then also have a way to *get* the shorter permalink. currently when you open a search result you still need to trim down the query to make it...
YEah, pretty much the same idea but now configurable