John Beard
John Beard
Thank you for the careful review! > I want these to support matcher inputs on the expected side, so something like this can be written: `REQUIRE_THAT( foo(), ElementsAre(IsOdd(), IsEven(), IsOdd());`....
> I do think you might be underestimating the complexity to support both direct-element comparison, and matcher-based comparison. Probably! But worth a try! I don't mind to split to the...
I'm still trying to think of how to do this, but it probably will take me a while to figure it out (I also will never complain if someone wants...
Shape `def`s are heavily (exclusively, actually) used by MathJax too. For example all SVGs produced by Mediawiki formulae:  As used, say, at * https://en.wikipedia.org/wiki/Normal_distribution * https://en.wikisource.org/wiki/The_Michelson-Morley_Experiment_and_the_Dimensions_of_Moving_Bodies
Something that maight work here would be better Dropbox (and/or other cloud storage backend) implementation. Koreader could leave a sync file in a Koreader-specific Dropbox "app folder". For example, Moon+...
@btd1337 Do you have a list of the .desktop icon names for these? E.g. `clion` for CLion.
Sure, I understand it's pretty low priority. The problem I have with existing (normal) PDF viewers is that you need to find and open the right PDF (or alt-tab to...
One example of FOSS documentation often provided as PDF is LaTeX package documents (https://ctan.org/pkg), which actually don't seem to always have ToCs (and are split up into a PDF per...
I too hope that it can be built in. But I needed (wanted) something now! Default plot options are tricky. You have to choose a sensible default in all cases...
Hmm, changing to `text-indent: 0;` on the `1` ```html 1 Lorem ipsum... ``` gives this:  So it looks like something's being "shoved" in either case.