Franciszek Piszcz
Franciszek Piszcz
I have an input (a button in this case) and 2 callbacks. The first callback is fast and inserts the "loading..." indicator into the UI. The second, slow one clears...
Oh, this is nice, thanks!
This is a bug in documentation, please document the `params` argument of `GraphDatabase.query()`.
I am saying that it doesn't work in version 1.4.0. I have written that it is a regression wrt. st.cache - previous version of st.experimental_memo. TTL has been working in...
> you're saying that 1.10 streamlit version is not working for st_experimental_memo but it was working with version 1.4? I have not mentioned 1.10 at all in my post, why...
@vdonato Thank you :)
Hi @kajarenc, You're probably right, I must have missed that `st.cache` is also broken. Maybe I was using it without `persist=True`, or maybe I just haven't noticed. Many thanks, Franek
See here: https://files.pythonhosted.org/packages/60/47/27971449f919eeba2709d918723e06b24a0d7bf63d6764ec2650409ec8d0/pyodide_pack-0.2.0-py3-none-any.whl
> That is expected, you are supposed to install node dependencies manually as explained in https://github.com/pyodide/pyodide-pack?tab=readme-ov-file#install. That doesn't work at all, please write in the readme that this won't work....
Also, quoting the readme: > (optionally) For elimation of unused modules via runtime detection, run NodeJS needs to be installed together with Pyodide 0.24.0+: > npm install pyodide@">=0.24.0" If it's...