Hood Chatham

Results 1082 comments of Hood Chatham

I haven't read this issue carefully so I'm not sure how relevant this is. But it would be really great to get some work done on matplotlib-pyodide: https://github.com/pyodide/matplotlib-pyodide/ In particular,...

Looks like a pretty small patch, so maybe we could pick it up and finish it.

People have been hassling us about parquet support for years. I'm still not entirely sure what it is though.

@FabioRosado can you reproduce the failure locally? I cannot.

This requires syncio so it can only be implemented when Pyodide runs in a worker. It should be possible to set up input devices to read from each of these...

I think so. At the very least we'll need `_request` to check if it's Emscripten and probably wrap the `Connection` object into a `PyodideConnection` and use a `PyodideRequest`, but I...

@Dreamsorcerer could you approve the CI to run? Ad hoc local tests run but I'd like to get a basic test running in CI.

@Dreamsorcerer I guess the workflows need to be separately approved for each commit?

@Dreamsorcerer please trigger CI when you get a chance

@Dreamsorcerer currently the patch for Pyodide might be a bit invasive. The main problem is that we cannot meaningfully respect the user's choice of `Connector`. Mostly people seem to pass...