Martin von Gagern

Results 97 comments of Martin von Gagern

Status update: I changed the reftest runner to execute its code in a [node vm sandbox](https://nodejs.org/api/vm.html). But loading quickhull in there fails, since it expects to perform excessive DOM manipulations...

See [my domino branch](https://github.com/gagern/CindyJS/commits/domino) for a first stab at 6. Pretty hackish, and still a lot of overhead there. I think I should give latest jsdom a try next, see...

In the question [Syntactic predicates in ANTLR lexer rules](http://stackoverflow.com/q/35724082/1468366) on Stack Overflow I've looked at the `INT '..'` vs. `REAL: INT '.'` ambiguity from [the Antlr v2 manual](http://www.antlr2.org/doc/lexer.html#Predicated-LL%28k%29_Lexing) and [the...

Looking at [a text version of KaTeX-Main-Regular](https://github.com/gagern/KaTeX/blob/b8d05bc2266e81f4c54c6d02b27fed1c287c70bb/static/fonts/KaTeX_Main-Regular.ttx), the font should contain combining characters for (in order of map code) * `` \` `` U0+300 grave * `\'` U+0301 acute *...

Perhaps we should try to build precomposed glyphs for Ogonek.

Yes, the main motivation to implement arrays as colums was for lack of width information. It's easy to have all boxes of a column share a common column width, with...

Many shortcomings of CSS layouts can be dealt with using flex layouts, but so far I haven't come up with a way how a flex layout would help with multicols....