Andrea Giammarchi
Andrea Giammarchi
> the Worker starts from scratch when called by main. > Pretty sure its instantiating an entire pyodide to do this as it takes a while for the screen to...
> Sorry if that came across as a complaint. It isn't. I am sorry if my answer was too harsh ... I want to do the right thing and so...
> worker = await PyWorker("foo_worker.py", worker_options) I don't think that's how it is now in Python ... you don't want to `await` the *PyWorker*
This will/should be tackled where it belongs: https://github.com/pyscript/docs/issues/77 Closing as docs and examples will indeed land in there.
This has been documented as best as I can so I can close it.
Please address @alex-martinez or @FabioRosado when you open website related issue as this repository is only for the PyScript runtime. I still think we should have a dedicated space for...
pinging @FabioRosado here as these bugs don't belong to this repository.
long time no activity, I am closing this as not reproducible.
beside the suggestion around *field* (instead of `input_`) I am thinking if we couldn't create "*one-off*" each element instead of monkey-patching, or better, augmenting, every single element with an inevitably...
Hey @fpliger after yesterday discussion I came up to the conclusion we could simplify our life by pre-parsing `packages` field in the config and grab `pyweb` from any endpoint we...