Mike Bremford
Mike Bremford
Thanks Jamie!
If I could, I would :-) I don't speak Ruby, and it looks like the URL is being given to the webserver API as a relative URL, so I assume...
Really simple: ``` $ git clone https://github.com/gollum/gollum $ cd gollum $ mkdir wiki $ cd wiki $ git init $ cd .. $ bin/gollum wiki [2024-12-02 08:57:35] INFO WEBrick 1.9.0...
Slightly nervous about this one. Can I propose a fourth option which might be lower impact? 4. Change the counter rules so that `counter-reset` is applied _after_ `counter-increment` and `counter-set`...
I've just worked through it again. I'm wrong and you're correct. Scratch that idea, sorry!
After a bit of digging I think https://datatracker.ietf.org/doc/html/rfc6762#section-10.2 is the answer. That states when a record is invalidated, the "cache-flush" bit of the "rrclass" property should be set; that's the...
Whoops. Pushed a fix, see if that helps.
> vera (pdf association's ref impl?) Not a reference implementation, no. "usecmap" should be checked. We certainly check it. It's not applicable for ToUnicode cmaps only because there are no...
Well, "usecmap" references a CMap by name: ``` /Adobe-Korea1-UCS2 usecmap ``` So it would have to reference a CMap that is predefined. And there are no predefined ToUnicode cmaps.
I think what you're trying to achieve here is a means of a single object being referenced at multiple places in the structure tree, correct? The term "reuse" is a...