Gyeongjae Choi
Gyeongjae Choi
Thanks! It seems like you pushed to the main branch already. So I guess we can close this?
Thanks for opening the issue! It would definitely be nice to show some better traceback when unpickling fails. For now, you can directly use the selenium fixture in your tests...
Thanks for opening the issue, @joemarshall! I agree that we need some way to provide custom options for browsers. ``` I can see we have access to Options, so I...
The CI succeed in the main branch after merging #80, and we don't run CI against 0.23.0, so I guess it is flaky becuase of some randomness in hypothesis? I...
It seems like the safari runner hangs very often...
You can check the following blog post and Gsoc project proposal. - https://blog.pyodide.org/posts/canvas-renderer-matplotlib-in-pyodide/ - https://summerofcode.withgoogle.com/archive/2019/projects/4683094261497856 cc: @madhur-tandon
Thanks for opening the issue. There is currently no maintainer actively managing matplotlib-pyodide, so it would be great if you could contribute to the issues you see.
> Now, plotting works but the target div is not reused and I still get the default append behavior. html attached. The target div is used, but what happens is...
I think we can merge and release? @hoodmane
Thanks for the report! It seems like there was a `_timer` attribute in `TimerBase` object in old matplotlib versions but it has been removed. So the `TimerWasm` object would need...