Gyeongjae Choi
Gyeongjae Choi
`from pyodide.ffi import JsArray` is not available in Pyodide < 0.22, so please check if you are using too old version of Pyodide.
It looks like it is still getting the fatal error in Chrome?
Hmm, its strange that it only crashes in Chrome...
> I see failing of Node and Chrome, I guess it's because they both use the V8 JavaScript Engine. Yes probably. If it is a V8 engine issue. There is...
I updated the chrome version in the main branch to 122, could you merge main and see if it works?
Okay, I was able to reproduce this locally by enabling JSPI flag in my local chrome. @hoodmane do you have any idea why enabling JSPI would interpret cpp exception a...
As mentioned in the description, VideoCapture(0) accesses /dev/video0, which is unavailable in the browser because it does not have direct access to hardware devices. So you need to Web APIs...
Yeah, it would be great to have some function to take an object from a web API and mount it to a virtual file system. This would require a low-level...
@kor0p Sorry for the long delay. I just added [the example section in our docs](https://github.com/pyodide/pyodide/blob/main/docs/usage/examples.md?plain=1). If you are still interested on contributing the docs, could you update your PR to...
That's strange. I think we support those syntaxes, we have a test for it: https://github.com/pyodide/pyodide/blob/main/src/test-js/index.test-d.ts#L4-L18