-
### Context
For applications for which we need to parse programmatically MyST and produce html (for example [pelican-myst-reader](https://github.com/ashwinvis/myst-reader) or a potential MyST to slid…
-
We should detect incompatible rules during the linting process and offer converted rules as fixes, if possible. In order to do this, we need a compatibility table / converter. Theoretically, this coul…
-
When I convert epub ebook to audiobook using v0.4.3 version, it works fine. In order to use edge tts, I tried to use v0.5.0 or v0.5.1 to convert the same epub e-book, and the error occurred as follows…
-
Even after https://github.com/whatwg/html/pull/6315, it's looking like the creation of Documents by feeding the parser network bytes will not be rigorous. It's going to be something like:
> Create …
-
I do not know the build times of the individual targets, so I cannot make any kind of evaluation in this respect.
What is produced today is absolutely useless and must be changed.
The idea is to e…
-
## Observations
We have noticed a number of parsing differences between the Masterminds/html5-php parser and the HTML5 specification. We think that the root cause of those issues drills down to the […
-
Given the same HTML code, here is what different parsers see :
```
=== HTML ===
one
two
=== parsel (lxml) (marginal interpretation) ===
one
two
=== html.parser ===
one
two
=…
-
There are a few interesting linters, STAs that we could add to the CI flow to improve checks:
Flawfinder
https://dwheeler.com/flawfinder/
splint
https://splint.org/
scan-build - exists as a…
-
### What's the level of this task?
MEDIUM
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search befo…
-
After installing psalm and trying to init it throws an IncorrectDocblocException:
```
user@6de99abff372:/var/www/html$ ./vendor/bin/psalm --init
Calculating best config level based on project files…