Hood Chatham

Results 1082 comments of Hood Chatham

I got blocking IO working with `Atomics.wait` and `Atomics.notify` here: https://hoodmane.github.io/worker-pyodide-console/ https://github.com/hoodmane/worker-pyodide-console It also handles keyboard interrupts. The github link only works in Chromium-based browsers because it isn't served with...

As an update, I think @joemarshall's unthrowables are a good idea. Hopefully we can get some version of them added in v0.18.

Closed in favor of #1503.

Thanks for looking into this @FossPrime. @mneil helped and fixed our `package.json` so that it includes all of our files and exports: https://github.com/pyodide/pyodide/blob/main/src/js/package.json#L49-L74 I still have some questions: 1. Did...

> It also seems to rely on sys.settrace() which prevents other debuggers like pdb from working, so this goes against #550. I have a way to fix this, the low...

> synchronous XHR intercepted by a service worker Cool idea. So now we have three possible approaches: 1. Unthrow (works on any browser without any thread communication, even on main...

Well we fixed that with #3313. I think it would be good to remove this because if there are still time resolution problems, we would find out about them faster....

Well but to reproduce the problem, you need to 1. modify the directory 2. import from the directory 3. modify the directory again All within a 1ms window, and then...

cc @ryanking13. I'm not sure why it's trying to run those tests but I think they were meant to run in the emscripten source tree and weren't meant to run...

There's still a `CRITICAL: Unexpected section title or transition` if a `multiple` option has an empty list default.