Hood Chatham

Results 1082 comments of Hood Chatham

This is indeed possible. I have a plan involving [comlink](https://github.com/GoogleChromeLabs/comlink). If anyone is interested in implementing this, I can explain what I'm thinking.

I think the point here is to use the existing implementation as-is but after wrapping dom calls in Comlink proxy. Though it occurs to me that we should just wrap...

Once we implement pyodide/pyodide#1503, we can remove the async caveat. (I've already started working on pyodide/pyodide#1503, @joemarshall did the hard part, we just have to figure out how to integrate...

So I think the point here is this though: matplotlib has an API that consumes user input events and produces an image. The DOM is an API that produces user...

> Anyway, let me know if this is of use here and I can revive it back for the current Pyodide. I think you are better equipped to judge than...

Yeah it would be great if we could upstream an exact match on the HTML5 API.

I think the proper interface for this is roughly as follows: we should make a `set_frontend` method on `FigureCanvasWasm` which takes a function, `set_frontend(add_front_end)` The argument `add_front_end` is an async...

> Sorry for being late No need to apologize! Thanks for volunteering. > India is in a pretty bad state Best wishes to you and your family.

I think if you would just open a pull request that would be easiest.

Well I wouldn't necessarily recommend this if you can avoid it. I think the technique here: https://github.com/pyodide/matplotlib-pyodide/blob/6a6d6fb56889adade87771d5216cfa173a38867e/matplotlib_pyodide/wasm_backend.py#L50 Is more efficient than base64 encoding it (though creating a bytes object may...