Brendan Powers
Brendan Powers
@bollwyvl Do you have any thoughts on how we could make the CORS errors more visible to the user? My preferred approach would be to gray out the stop button,...
@bollwyvl I'm waiting on https://github.com/pyodide/pyodide/pull/2142, but in the meantime, I'd like to push this forward. Do you have an idea of what you'd like to see in order for this...
> Perhaps this will help: https://github.com/pyodide/pyodide/pull/2332/files It's great to see these patches making their way upstream, unfortunately, it doesn't change the way interrupts work.
After fiddling with a few different ways of displaying an error, I've settled on simply printing to the notebook when the interrupt button is clicked.  This has...
The default auth token is used when there's no authentication set up, so the error is a bit misleading. It looks like the server is dropping the connection while it's...
Hmm, there's certainly something not set up correctly. It looks like the server might be getting bad data somehow. What version of Qt are you using?
This is a super old bug, but I thought I'd reply in case anyone else runs into this issue. QVariant can hold any type, but if you want to save...
I'd be happy to show what we're up to. I'll fill out the contact form on your website.
Ah, I forgot I had Chrome running with the enable SharedArrayBuffer's flag. I think I get what you mean by #2, but I'm not sure what you mean by #1.
I was able to test #2142, and it seems to work for my use case (Implementing the stop button in JupyterLite).