Alexander Martin

Results 84 comments of Alexander Martin

I am having some trouble getting poetry1.2.1 to work on my machine, I could use help making sure the lockfile is correct here.

@arnaudmiribel Checking in on this again

Is there any plan to make this a config file option as well so it does not need to be called at the top of every single app page?

@ProkhorZakharov yes, the behavior you're getting is simply a byproduct of streamlit's execution model. The "streamlit way" to do what you are attempting is to assign a "key=" to each...

Can you elaborate more on the "dialogue, breakout"? I haven't used dialogues much yet, my impression was that they had some kind of "ok/cancel" button built into them. Would there...

What about just a named wrapper? st.experimental_close_dialog()? I personally don't see a huge problem with `st.rerun("app")` either... If you make the first argument not require the keyword it's still very...

@vdonato that is a _really_ good question and I have a two part answer/opinion. 1. I think that the behavior you've gone with _is_ reasonable, and your logic is sound....

> Any progress on this? This would be very helpful for a project I am working on currently. I personally like the st.rerun("fragment") but any of the ideas would be...

At least on the forward side, I believe Streamlit's python backend communicates with the frontend using a Websocket interface (that's the /stream endpoint you're seeing) which carries protobuffer-encoded messages. So...

@MathCatsAnd are you working on this or do you want me to take a stab at it? I can at least cover Linux and Windows (don't have a Mac to...