Markus Unterwaditzer

Results 849 comments of Markus Unterwaditzer

i think the easiest way to hack this in without adding overhead to the common case is to wrap the `Reader` in one that keeps track of the currently read...

yes compile-time feature probably works, ideally it would be configurable per tokenizer instance for testability reasons though. perhaps it can be done via generics

if I want to for example test with codespans, and once without, or benchmark with/without codespans I would have to recompile everything many times generics idea: ``` enum Token {...

In the meantime #11 should be fixed

@lebensterben if you're looking to contribute to html5gum I think this would be a good start to get some overlap between lychee contributors and html5gum contributors as it also provides...

@Ygg01 while lurking the servo zulip and the public issue tracker, my impression was that author simon sapin would like to rewrite the library or get rid of its usage...

I believe long-term, html5gum should implement a treebuilder + dom. so it may be wiser to reevaluate the discussion about string allocation until after then.

html5gum assumes that the incoming bytestream is mostly valid UTF-8. The spec says that lone surrogate should create an error, and currently they don't. I don't need to worry beyond...

> The MIT license requires reproducing countless copies of the same copyright header with different names in the copyright field, for every MIT library in use. I have "Copyright XXXX,...

The MIT license has: > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. So if I vendor my...