Gyeongjae Choi

Results 674 comments of Gyeongjae Choi

Are you using `pyodide venv` to trigger `python` CLI?

The python CLI doesn't work in Windows yet AFAIK, so I renamed the issue to be clearer.

Thanks for the report! I think Deno team should handle this (as you already opened an issue there), but here are my answered for your questions. > Is NODEFS expected...

`time.sleep` is a busy sleep in Emscripten environment, unless JSPI is enabled, to it is not possible to interrupt it in the main thread (https://pyodide.org/en/stable/usage/keyboard-interrupts.html#interrupting-execution)

Thanks for the report! I can reproduce this in my Chrome (141.0), but not in firefox (144). Unfortunately, this is not a bug IMO, and the workaround is to reduce...

> If pyodide gave me a way to catch and handle javascript "max call stack size exceeded" errors, I would catch that here as well. That sounds good. Let me...

> has some wonderful comments about loading the shared libraries in the correct order ... and does nothing of the sort. I guess the shared libraries should be topologically sorted?...

Let's handle pyarrow and your `healpy` package separately. It is distracting as pyarrow has its own build issue since Pyodide 0.28 and were disabled since then. What we've changed is,...

Thanks for the investigation @pthom. While I am not 100% sure, I have one suspicion that seems related to your issue. Pyodide links SDL in a non-standard way (at least,...

> Are you talking about SDL1 or SDL2? Yes we are talking about SDL2, and using SDL2. > but when you say some parts are in JS that sounds like...