Ben Epstein

Results 65 comments of Ben Epstein

@hkhanal it's still broken for me

This is actually how the behavior of `text_area` works today. `on_change` only takes effect when the user clicks out of scope of the text area box.

This seems pretty fundamental to this feature. Is there a reason why session state can't handle this automatically? Something like ``` st.data_editor(st.session_state.df, save_edits_only=False, key="df") ``` And streamlit can just write...

@LukasMasuch thanks, that makes sense! I'm personally using the table as a kind of flexible form, so data usage isn't a concern (I imagine others may be as well). Do...

> For your dynamic form use case, why doesn't the return value work for that? @LukasMasuch what ends up happening is the same, if I set the return value to...

👋 I'll break my thoughts into a few section ## The wafer quality example > due to the nature of the problem I think a simple CNN [...] might perform...

> If supporting those frameworks make sense, we might want to open discussions for that. What do you think? I agree it's a different topic, and one worth having. But...

Thanks @carsonkahn-external! When I tried with the extra escape, it led to a regex compile error. Must be a part of the Jupiter notebook formatting :)

@alexalbertt can we merge this in?

@charliermarsh what is the difference between `uv run` and `uv tool run`? I can't seem to find it in the docs, and they seem to have different behavior.