Kurt McKee
Kurt McKee
This PR should be closed in favor of #31429, which will keep the action versions updated in perpetuity.
@anishathalye Friendly ping. :grin:
Sure thing! To recreate the issue I was encountering (not in this particular branch), you can run these basic commands: ```shell # Create the virtual environment python -m venv .venv...
Hi Thomas! I hope your year is off to a good start. I'm going to close this PR to reduce cognitive load for the both of us. Thanks for your...
I 100% agree. I'll consider places where raising exceptions makes sense.
I agree that this should not crash. I'll work to get this resolved. Thanks for reporting this!
This is the minimum reproducible example: ```xml ``` The crash is coming from within the Python standard library -- `_markupbase.py` at line 134 raises an `AssertionError` stating `"unexpected '
Yep, I saw the same thing with the `develop` branch. The crash is a bug in the feedparser 6.0.10 release. However, that's happening because Wordpress is failing to escape the...
The develop branch is not in a state where it can be released yet; it will take many, many hours of work to get it into a stable state, and...