Jeff Glass
Jeff Glass
> My only question, due lack of decorators knowledge on Python side, is: is it possible to use multiple when for the same callback? @WebReflection You can! I've just added...
Sounds good! I added a couple of simple examples to the docs just now, as well as tests for those examples.
*Actually* changed the `event` parameter to `event_type`.... and re-running CI passed some more flaky tests.
Interesting - when I load [examples/panel.html](https://github.com/pyscript/pyscript/blob/074ca0ef8fc16978375ebfacbaea301aac358b73/examples/panel.html) from this repo, I get the following after Pyodide loads:  While I'm not an expert on Panel/Bokeh, I would guess that the additional...
Just chiming in weeks later to say I stumbled across this confusion as well - this is, exactly how to createa a PyWorker from within PyScript, and what the story...
Here's the short example I've been playing with. I'm essentially copying the example from the [`sync_main_only` PR](https://github.com/pyscript/pyscript/pull/1967), but trying to do it using only Python. ```html from pyscript import PyWorker,...
I don't know that this is a fully 'solved' issue, but I wanted to mention for anyone finding this issue and looking for answers, that #1396 introduced `` as an...
All very good points @antocuni - my solution here is a pretty blunt sledgehammer to solve a longstanding feature request, but with your work on refactoring, eliminating globals and lifecycle,...
Hi @dj-fiorex! Just wanted to check in about this PR - it's really great work, I think it could just use some de-duplication and it'd be ready to merge.
These two custom elements were deprecated by #931 and removed by #1084.