Hood Chatham

Results 1082 comments of Hood Chatham

> a big empty space Well I wouldn't call it an "empty space" persay. We've been working on this for years...

Thanks @JeffersGlass!

> when you grab inspect.signature via pyimport, or even just getting back a reference to it from runPython, it stops recognizing that the 'self' parameter shouldn't be counted in the...

Not bad on tests: pass | fail | skip -- | -- | -- 442✔️ | 26❌ | 196 This includes the entire test suite in all four configurations (main...

> I'm not sure upstream MicroPython can accept the license that Pyodide uses. =( The MPL is quite flexible, so I'd hope it would be okay. It is copy-left at...

I don't think this does resolve #1312. The feature request is: > display a nice and error message (ideally with a link to a detailed page in our documentation) to...

This is a useful step towards resolving #1312 though, it gets the test support code ready.

> So I suppose that that change was not strictly necessary? Sounds like.

After we merge let's open an issue to add a place in the docs somewhere with more info and put a link to it in the error message.

This is definitely a pyscript problem. If you do the following in Pyodide: ```js await pyodide.loadPackage(["micropip", "numpy"]); let micropip = pyodide.pyimport("micropip"); await micropip.install(["pydicom"]) pyodide.runPython(` import micropip import asyncio import pydicom...