Pomax

Results 770 comments of Pomax

should also include something on https://github.com/Pomax/BezierInfo-2/issues/117 probably

no worries, work on not-your-stuff should always take a back seat to your own stuff =)

Hm, the whole reason this primer got written was because there as no detailed, single page, long, in-depth website out there. So you're correctly flagging "what it is" =) The...

CSS can do anything, if you add some JS to it. A custom loader is easy enough to write though, the build chain already uses enough of them, inserting a...

I'll write something custom, but it'll do something similar to this (I've written block switchers before, to make things happen when switching between different unicode blocks, I can turn that...

@mashabow plenty of novels, textbooks, and dictionaries on my bookshelf have 振り仮名, but I don't really have any science publications - is 振り仮名 even a thing in those? Would it...

That seems reasonable. We can probably figure out the nicest way to represent that in the markdown when we run across them. There is the HTML ruby notation, but for...

Not a fan of the curly braces, as they mean too many things all over the place, but I'm down for `(漢字、かんじ)の(書、か)き(方、かた)`, mostly avoiding having to switch ascii/jp all the...

I was going to do pattern matching on "opening parens" + "kanji codepoint" + "japanese comma" + "kana codepoints" + "closing parens" which I don't believe is used anywhere in...