Pawel

Results 21 comments of Pawel

I'm actually quite fond of footnotes, and at this point, the only problem I see with their support is that footnotes from internal sections show up on all the corresponding...

Thank you for the reference. Then does this mean that the enum elements can be regexes? I'm not sure whether `~` is "canonical" null, or "regex" null...

A valid json string requires to be wrapped in double quotes (`"`), according to https://www.json.org/. What you've sent in your CURL command above is `entityId`, as the double quote characters...

The problem is with the 'net/smtp' Ruby module, it has a bug on processing certain error responses. You should find out what the actual message is coming from the SMTP...

I like the amount of traction this got over the years. It seems that this is not the only transgression that folks do to packages reuploaded to JitPack from other...

I just ran into this myself. IMHO, it's a bad idea to change the method name. I'd create a new method, call it objectTag, or currentTag, or something, and make...

1. Without this fix, we can't use client-side client authentication testing, i.e., there is no workaround for bug 65461 (that I could find). The API contract that `ServerAliasKeyManager` must honor...

It's most likely possible to implement this using keystores directly. This won't help with the testing, as there are still no tests around it. It can be implemented such that...

This is quite a nuisance for automatically generated docs, where the generator just needs to encompass a compound content without any formatting change. I understand that changing the block delimiter...

That's very helpful, thank you. However, we are using Antora, and AFAICU, we are bound to JS extensions only. I figure to enable this, we'll need to port the nested...