-
https://github.com/google/gumbo-parser
-
Some EML text/html contents aren't displaying as plain text. need to look at example messages and see if it is because the message also has a text component, or i am implementing the vmime get text fr…
-
SPDX identifiers allow short and consistent identifiers for license, author and contributor, like
```
/*
* SPDX-FileCopyrightText: 2018 Alexander Borisov
* SPDX-FileCopyrightText: 2019 John …
-
Here are some of the changes I thought of implementing
High level changes -
1. `Selector` class takes a new argument "parser" which indicates which parser backend to use (lxml or selectolax).
2…
-
in perf.h, 2 declarations seem unnecessary to me : lexbor_perf_frequency() and lexbor_perf_clock()
perf code is used to compute time in second of a part of code. So i would say that only lexbor_pe…
-
## Bug Report
See https://github.com/kostya/lexbor/issues/25. The document generator didn't escape this div which led to a broken output. However, this leads to a bigger issue of being able to do c…
-
hi. Could you support Xpath?
I know xpath support may be complicated but I need a relaxed version of xpath. each node of elements must have a path (like xpath) and we can get that value of xpath. al…
-
With https://github.com/WordPress/performance/pull/1405, the Optimization Detective tests were refactored to be easier to maintain by putting the test cases into separate files. However, when changes …
-
I've noticed a pretty annoying problem on some websites (I think there are at least a thousand of them in Alexa 1M).
An unclosed Iframe tag breaks all the HTML below it.
Here is an example:
…
-
```sh
modest/source/mycss/selectors/function_parser.c:469:57: error: cast to smaller integer type 'mycss_selectors_function_drop_type_t' (aka 'enum mycss_selectors_function_drop_type') from 'void *' …