Felix Boehm
Felix Boehm
This leads to another ~5% speed-up. Not sure if it is worth it though, as the code does get quite a bit less understandable.
I took a stab at implementing a position tracker that works for streams. This is something that's been asked for every once in a while, and it seems easy enough...
With #447 and #449, we now run html5lib tests simultaneously with the forked tests. The remaining step is to drop the fork. The remaining issue is a misalignment in error...
We discussed this in https://github.com/inikulin/parse5/pull/362#pullrequestreview-852749377. Jest works alright as a test runner for now, but I'm happy to switch should we agree on an alternative.
Not sure if this PR should be merged at this time. The `` element is tested in `html5lib-tests`, but the PR for the spec hasn't been merged yet (https://github.com/whatwg/html/pull/7320). It...
Most users will use Cheerio with documents loaded from the web, which can lead to decoding issues; see #1785. Cheerio should provide a method to load a buffer that properly...
One common use-case for cheerio is to extract multiple values from a document, and store them in an object. Doing so manually currently isn't a great experience. There are several...
[mozilla/readability/test](https://github.com/mozilla/readability/tree/c3c91a739beab6fd067404cd7610f6d64f53ad5a/test)