Gyeongjae Choi
Gyeongjae Choi
Thanks for the check. Maybe we can remove the `self._timer` attribute from the `TimerWasm` object, if it is not used in `TimerBase` at all... but I think we don't have...
I do not know how matplotlib's animation feature works, so I cannot be sure. But I think you can try functions like [savefig](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.savefig.html#matplotlib-pyplot-savefig) to save the image to a file...
@Terrency Thanks for the report. Yes, loading font on the web is tricky and for now we only support "shipped" fonts. There is a duplicate issue https://github.com/pyodide/matplotlib-pyodide/issues/14 about it. Unfortunately,...
Thanks for opening the discussion! I 100% agree that we need some more flexibility on where to place figures. > I'm happy to contribute a PR if we think this...
Thanks for the report, could you provide a minimal code example to reproduce this error?
Thanks for the report @CNSeniorious000! I guess then we should lock the total block including `loadPackgesFromImports`? I think splitting `Console.runcode` such as: ```py class Console: def runcode(...): with self._acquire_lock(): self._run_code()...
> That is, lock behavior is moved into a _runcode method, instead of inside runcode. This way will make Console easier to inherit. Sounds good to me. It would be...
Thanks @szabolcsdombi! There was a timeout in CI, so I re-ran it. Let's see if it passes.
Could you merge the main branch + fix the conflict? I just fixed the safari CI issue.
Thanks!