Andrew Dunham

Results 52 comments of Andrew Dunham
trafficstars

I think a simple solution would be using the YAML frontmatter. I looked into writing a Jinja2 extension, but I can think of too many problems for me to like...

Yeah, I'm a fan of the parser-independence, so I'm not a fan of anything that ties into misaka / jinja2. I came up with another idea, too. Something like this:...

Yeah, good point on the lack of a sane default for `excerpt_end`. As for the `` - using that makes a lot of sense, the more I think about it....

If you want to do it that way, you probably want something like this: ``` excerpt = re.search(r'\A(.*?)', content, re.M | re.S | re.I).group(1) ``` If you want it fancy...

I'm not incredibly familiar with the way that other CMSs do it, but some quick Googling gives me this: http://codex.wordpress.org/Excerpt Specifically, it lets you specify the excerpt yourself, or it...

Ok, maybe it's just me, but I'm not sure I understand what you mean by "not wrapped in HTML". Can you clarify what you mean?

I spent some time looking into this today, and unfortunately just responding to the `DS` record type doesn't appear to work (testing with 9.18.3). This is because the lack of...

At least in my testing, that didn't work in either case. With this diff: ```patch diff --git net/dns/resolver/tsdns.go net/dns/resolver/tsdns.go index e6a0b366..f95a53a6 100644 --- net/dns/resolver/tsdns.go +++ net/dns/resolver/tsdns.go @@ -548,6 +548,17 @@...

> From https://groups.google.com/g/comp.protocols.dns.bind/c/D1f00tOQE0o (and other places) it looks like this is not the _intended_ use for the `dnssec-must-be-secure` keyword. `validate-except` seem to be a more appropriate option ([available since bind...

@alcarithemad pointed out that there's a RFC for captive portal identification in DHCP and IPv6 RAs: https://datatracker.ietf.org/doc/rfc8910/