Hood Chatham

Results 1082 comments of Hood Chatham

`eval_code_async` could perhaps be modified to try to notice and unwrap these `RuntimeError`s. Though I wonder if there are cases where the expected behavior is to raise this sort of...

This may be a bit off topic, but someone published `micropip` to pypi: https://pypi.org/project/micropip/ We should probably ask them to transfer it to us.

I approve of this proposal. The idea of updating micropip more often than Pyodide is particularly exciting. One thought is that we should consider having a way to override or...

@westurner I opened #3127 for CDN resource usage discussion.

I was thinking about maybe doing another short release for `0.22` to get #2976 released. Though I would be fine with keeping it as an alpha release and using the...

I did have a couple of Python 3.11 branches, I can revive them. For core Python it should be pretty simple. Dunno if the packages will work.

Sounds good to me.

Looks like I added it in this commit https://github.com/hoodmane/pyodide/commit/24e5f413c7a6125fbb3c770e1be3d76beb06120f as part of #1637. Naturally I gave no additional explanation and as part of such a large pr it got no...

Also mkpkg should substitute `-` for `_` in the imports field since this often is enough to give a correct result.

@bollwyvl I think we want to stick to wheels. Most Python packages can make wheels automatically with `python -m build` in the package directory. With `pyodide build` it's possible to...