William Lupton
William Lupton
+1 I've converged on a pattern like this: ``` status=$(egrep -i 'warning:|error:' $LOGFILE | tail -255 | wc -l) egrep -i ':apitools|:gsuite|warning:|error:' $LOGFILE | $CURL --data-binary @- $URL/$status ``` So...
I think that the natural location for this new text is with the similar underline and smallcaps subsections at the end of the [*Inline formatting*](https://pandoc.org/MANUAL.html#inline-formatting) section. * I've replaced my...
It looks like the test failures are due to the change to `styles.html`?
Re the span.mark style, maybe your "never mind" means that I don't need to say anything about it, but anyway: * I added it because underline, smallcaps and mark seem...
Also see #435, which adds support for --transform plugins and has been merged. #437 is an example "edit" transform that hasn't yet been merged. We use this when preparing Broadband...
Interesting. https://www.regular-expressions.info/shorthand.html (which is not definitive but does seem to be quite authoritative) says this: > \w stands for “word character”. It always matches the ASCII characters [A-Za-z0-9_]. Notice the...
This dependency information should all be present in pyang's internal structures. Perhaps it would be useful to look at the source code for the `depend` format? Perhaps take a look...
Unrelated comment: shouldn't the dot characters in the regexes be escaped (if they are intended to match literal dots)?
Hmm. I modified `base.yang` to include a revision statement and it doesn't seem to make a difference. Then I thought you might be referring to import by revision and that...
OK. Thanks.