Kunal Mehta
Kunal Mehta
For MediaWiki, we would like to be able to use a different tarfile format instead of the [default one](https://docs.python.org/3.8/library/tarfile.html#tarfile.DEFAULT_FORMAT) after identifying regressions in the new 3.8 default format. We use...
Right now on labs we're only running new-style reports, basically anything in the reports/ folder. The old legacy reports should be converted to use the new format.
Labs has the same table, but named `toolserverdb_p.namespace`. Except when I tried using it in reports/general/blankpages.py, I got: ``` $ ~/bin/dbreps -r general.blankpages -s commonswiki Traceback (most recent call last):...
Hi, could you please add a license to this project? https://choosealicense.com/ has some recommendations / explanations. Thanks!
Hi, In the README it says: > This library has (lovingly) borrowed a lot of code and data from the parsoid project, and is gracious to those contributors. Parsoid is...
I followed https://coveralls-python.readthedocs.io/en/latest/usage/configuration.html#github-actions-support but I'm not exactly sure if it'll work. Maybe it needs a branch filter or something so it doesn't run for PRs that don't have access to...
Logo
It would be nice if mwparserfromhell had a logo.
We should probably have a script of some kind keep definitions.py and definitions.c in sync with MediaWiki to prevent it from getting out of date.
We should investigate building a tool or test suite of some kind that compares the parsed mwph tree to Parsoid's DOM output. We would map nodes to the [Parsoid dom...