Georg
Georg
Background: currently I keep a fork at https://github.com/openSUSE/berghain/commits/openSUSE-master/ which includes patches for custom branding, but it is prone to conflicts if there are upstream changes to web/, it would be...
When using this for the case described in https://github.com/google/nftables/issues/346, it also needs to be considered that `nft` will not print a CIDR mask if it is 32 / 128 -...
Thanks, I didn't notice the other issue. It's not sufficient to only alter the stylesheet if one wants to add, for example, custom headers and footers. > This isn't possible...
I was giving an example to unalienate the concept.
Indeed, if I call `%[unique-id]` first, then `%ID` evaluates too, in my test.html: ``` the ID is: "%[unique-id]" the ID is: "%ID" ``` Could you commit your patch somewhere or...
Nevermind, `--ignore-whitespace` did the trick. :-) With your patch, `%ID` on its own evaluates correctly too.
Thanks for fixing!
Nice catch. Should it even be allowed to recursively reference `%ID`/`%[unique-id]` in `unique-id-format`?
Thanks for the input! The suggested helper functions sound good indeed, I will start with those. Your example is much cleaner, however I have not been able to fully fit...
I think I figured it out. I made https://github.com/google/nftables/pull/347 (I named the functions slightly differently to better indicate they're related).