Vincent Donato

Results 41 comments of Vincent Donato

Hey @jonstrutz11, I had some time to do some digging on this and believe I was able to find the WSL issues that I only vaguely remembered before: https://github.com/microsoft/WSL/issues/4581, https://github.com/microsoft/WSL/issues/4739,...

Update: it looks like this is going to require some more investigation, as it turns out that I actually didn't have any issues running the minimal example on my windows...

Thanks for filing an issue for this @whitphx, we'll do some investigation to try to gauge how difficult it would be to implement this.

Hey all, I think we're getting close to the point where we can remove the `experimental_` prefix from the `@st.fragment` decorator. I just made the PR for this: #9019. As...

> wdyt? Yep -- both refactors sound quite reasonable to me. As far as I can tell, all of the usage of these methods at the moment are internal to...

Hey all, wanted to get people's takes on a detail of the behavior of `st.rerun(scope="fragment")`. I have a [lengthy comment](https://github.com/streamlit/streamlit/pull/8979/files#diff-dde6a5b9ce1cd911b5ef16b852c67389c77f513d9c7b5fb3ab673567731d1df9R74) describing the behavior in question in the PR (#8979) adding...

Thanks for the input @Asaurus1 @jamespet77. I'm going to go ahead and merge the current PR into the feature branch as-is (while keeping this issue open) since we still have...

Hi @sayedathar11, thanks for the suggestion. Since streamlit apps are written in plain python, there's no reason that you can't already use your preferred oracle db library with streamlit. The...

Going to temporarily set the `do-not-merge` label on this one so that I don't accidentally click submit before @sfc-gh-amiribel has a chance to quickly test this

@kajarenc @sfc-gh-jcarroll FYI -- we may want to consider doing something like this (or accepting #8662, potentially making some changes to it to export it from any new namespace we...