Jeff Glass
Jeff Glass
@tedpatrick I'm not quite sure I know which part of the build you mean. Edit: Oh, do you mean making the current build in this PR "2022.09.1" so that the...
Since this is much more a factor of the upstream runtimes and not PyScript specifically, I'm going to close this issue. Not that it wouldn't be a great thing to...
This is a question I had @marimeireles - I really like the new handler work, but I was wondering if it was meant to replace the py-[event] syntax or coexist...
Since `pyscript.py` has been moved to a module as of #961, it is now possible to use `import pyscript` or `from pyscript import...` inside other modules ("child scripts"). Closing as...
> In a followup, we could switch to injecting the default URL (in `remote_interpreter.ts`) and the version in the tests from `package.json`. Ideally we should say the version: > >...
Of the tests that failed in the most recent commit (`403eae0`), five of them seem to be timing/timeout issues: `test_bokeh`, `test_numpy_canvas_fractals`, `test_folium`, `test_panel_deckgl`, and `test_panel_stream`. They have out largest number...
#1363 has solved the repl_test issue! Huzzah! But now something weird is happening... tests are _crashing_ both in CI and when run locally, when running threaded. They seem to be...
Still gathering data on this, please forgive the lengthy brain dump. @antocuni the issue doesn't appear to be memory related; at least locally where I can monitor it, memory usage...
If anyone else wants to try their hand at this, feel free - I'd like to prioritize the event handlers PR (and to a lesser extent, `xterm`).
@antocuni that is not quite the situation I have been seeing, and also my commits this morning have changed things a bit: 1. Running tests locally and sequentially, the tests...