Robin Zimmermann
Robin Zimmermann
Thanks, @nlenkowski. Using your post I got it to work by adding the `recursive: true` option. According to the doc this shouldn't be necessary because I have `archive: true`. But...
Thanks, @magicmonty. The weird part is that the errors don't occur if I turn off bash-git-prompt. Perhaps bash-git-prompt is doing something with git under the covers that I don't normally...
That seems to have fixed it, @er0ck. I'll see how it goes over the next couple of days, but so far it hasn't reproduced. This has caused me months of...
It also reproduced with Node 20: ``` System: OS: macOS 14.1.1 CPU: (10) arm64 Apple M2 Pro Memory: 656.53 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.10.0...
FYI `st.experimental_rerun()` is now just `st.rerun()`. But it doesn't have the desired effect, it left the form fields still populated even when the submission was successful.
Sorry to do a "me too"... but me too. When I run locally from my command line and using localhost, it's fine. But the same app deployed to Streamlit Community...
I don't know if this is relevant to the discussion, but I use Supabase as a remote DB to hold my authenticator credentials. I can't quite email a username/password to...