Yuichiro Tachibana (Tsuchiya)
Yuichiro Tachibana (Tsuchiya)
Ahh, I missed that the already installed ver. of `urllib3` is 1.x. It's not valuable for Wasm-support anyway. The CI failure is because this PR upgraded it to `>=2.2.0`. Will...
TODO: After finishing this PR, we should restore the `examples` attrs in the sample apps removed in #7661
Maybe we should give this up and simply use the [pyodide-http](https://github.com/koenvo/pyodide-http) patcher.
@abidlabs My concern is `urllib3>=2` may conflict with the existing dependencies even if it's only for Lite, while it will be tried first 👍
I'm going to close this PR and create another one 👍
@aliabd The points are * Serve the Lite scripts and a web site from different origins. * Run multiple Lite apps in a browser. * Confirm only one SharedWorker is...
@pngwn Updated 👍
Currently it's impossible because multiple Streamlit's `Runtime` instance can't exists in a single Python runtime. https://github.com/streamlit/streamlit/blob/61f61ad2daeab44c7d98564a57724c20f1f8a48f/lib/streamlit/runtime/runtime.py#L174-L175
Hi, thank you for using stlite. Using [stlite sharing](https://edit.share.stlite.net/) is one option. When you click the save button, the Streamlit app in the right pane detects the change and shows...
hmm, I can't check it because I don't have the testing environment where an RTSP camera is available... I found some articles by googling with the error message, and also...