Alex Hall

Results 848 comments of Alex Hall

Is this still a problem in version `0.21.*`? I believe it was fixed.

Same for these related issues: - https://github.com/pyodide/pyodide/issues/2549 - https://github.com/pyodide/pyodide/issues/2403 - https://github.com/pyodide/pyodide/issues/2393

A few days after the last comment above by @Himself65, version 0.21.0 was released. I was able to use the new npm module in pyodide-worker-runner, which uses webpack and typescript,...

See https://github.com/pyodide/pyodide/issues/1503#issuecomment-1114277108 for what you can do for now.

For sync IO, you can use https://github.com/alexmojaki/sync-message and higher level libraries, see https://github.com/pyodide/pyodide/issues/1503#issuecomment-1114277108. sync-message works on the same principles as partytown, i.e. SharedArrayBuffer or a service worker. To see them...

This looks like a duplicate of https://github.com/ipython/ipython/issues/13598. `pip install -U executing`, that should fix it.

Hi all. Author of `executing` and `stack_data` here. First of all, please @ me or open an issue on stack_data in cases like this. It's a bit weird seeing so...

Thanks @jaseg for the great suggestion. I've implemented and released it. Everyone: `pip install -U executing` to get the fix in version 0.10.0.

Does this happen even if you don't change the python file between runs?

> Hi, I use InstantAPI for my work Awesome! > it would be lovely to be able to wrap multiple classes around it with user-defined endpoints Can you explain this...