Hood Chatham

Results 1082 comments of Hood Chatham

Yeah @henryiii that is the direction I was thinking of going as well. If a package is pure Python and we don't have to patch it we shouldn't have to...

> the minimal dependencies could be listed in "run", and that would be used for testing This does still add a lot of maintenance work. Probably what we should do...

> probably we should also raise error when a Python package is specified as a host dependency but `cross-build-env` of that package is False? Yes. I think a subsequent PR...

> some pure python packages are required during the build, doesn't pypa/build automatically install them (if they are correctly specified in setup.py or pyproject.toml, ...) in its isolated environments so...

@rth Can we merge this? It seems like a nice improvement and CI passes.

I have noticed we have some issues with fetch support. It seems like micropip doesn't use `node-fetch` correctly and will use the native fetch when it's available, whereas `loadPackage` only...

I made an attempt in #2722 but it doesn't work.

Thanks for the feedback @bollwyvl. > So if the output of `micropip.list` that could feed into `loadpackage`, grabbing everything in parallel, that would feel great. Yeah I think you asked...

No surprise: > unknown error: session deleted because of page crash

50 tests is surprisingly many. If we could group them into batches of 20 that reuse the same page with loadPyodide and then refresh that'd probably be an improvement. This...