Hood Chatham
Hood Chatham
I built aiohttp-3.8.6 for use with Pyodide. I also used the following monkeypatch: aiohttp patch ```py from multidict import CIMultiDict, istr from aiohttp import payload, InvalidURL, hdrs, ClientSession, ClientTimeout from...
I'll try to put up a demo on GitHub soon.
Thanks for looking into fixing matplotlib @yu0A. I tried it out and I got this error: ``` Uncaught (in promise) PythonError: Traceback (most recent call last): File "/lib/python311.zip/_pyodide/_base.py", line 501,...
But @yu0A it would help us figure out what's going on if you: 1. Include the traceback you're getting (or the information that there isn't one) 2. Make a MWE....
One problem with `asyncio.run_until_complete` is that it already does not block when JSPI is not available, so it can't raise an exception if blocking is impossible. We should probably add...
What about the fact that it might just do nothing if jspi is not available? Surely we should offer an alternative API that raises if it can't block? Or should...
No action needed on this PR: ``` conftest.py:96: error: Module has no attribute "pyodide_runtimes" [attr-defined] conftest.py:143: error: Module has no attribute "pyodide_dist_dir" [attr-defined] conftest.py:259: error: Module has no attribute "pyodide_dist_dir"...
Seems like it failed to apply the IPython patch.
Thanks!