Benjamin Räthlein

Results 46 comments of Benjamin Räthlein

Hey @wjkim00, thanks for being pro-active and opening a PR ❤️ I have just had a quick look and looks nice, although we might need to add a few minor...

@TharunSivamani The [PR](https://github.com/streamlit/streamlit/pull/9658) is more or less ready from engineering perspective but it is now awaiting more input from product-side (@jrieke who has taken over from Snehan)

Thanks for opening the issue! I am able to reproduce it and it seems like this line is the culprit: https://github.com/streamlit/streamlit/blob/develop/frontend/lib/src/components/elements/Popover/Popover.tsx#L71 If I set to `false`, the popover is shown...

I like the idea of adding the UUID to the delta message and make it usable in other components as well! Do you have a name suggestion for it in...

> Oh, one aspect to consider: adding any type of changing ID to the proto messages might negatively affect the forward message cache. It probably would make it useless since...

> Hi @raethlein My app uses 1.38.0, but my dialog cannot be opened again after the first time it is opened. Occasionally, it can be opened by double-clicking the button...

> Hi @raethlein I have installed streamlit-nightly 1.38.1.dev20240916 version, but this issue still occurs. The dialog cannot be opened for the second time after it is opened. Double-clicking quickly can...

@stermann-cai Thanks for opening the issue! I think the reason is that we use `st.fragment` under-the-hood for dialogs, and both fragments (dialogs) have the same `fragment_id`; we pass the function...

@FloTeu Thanks for sharing your workaround 🙂 With regards to the first example you have provided [here](https://github.com/streamlit/streamlit/issues/9168#issuecomment-2313271780), I am not able to reproduce this (I am on the latest `develop`...