Joshua Carroll

Results 60 comments of Joshua Carroll

Huh, Yeah #9050 does seem like a bug, I agree the expected behavior is to clear both the st.query_params dict and the params in the URL in the browser address...

As noted in #8112, we [want to add this](https://github.com/streamlit/streamlit/issues/8112#issuecomment-2130455096), just a question of when someone has time to pick it up.

I know this could be EVEN BETTER with a fully built in support, but as @CHerSun mentioned we built `@st.experimental_fragment` with this use case in mind. It should make things...

Thanks for the continued great feedback. Agree about providing lower level APIs and escape hatches. **For folks advocating for cookie or session based token where a user can keep state**...

@dowlle yes, we had a little complexity around that feature but we plan to add the kwarg back for setting a different title vs url-path before launch (or maaaybe soon...

Hi folks, we recently posted an [updated preview WHL file](https://github.com/streamlit/release-demos/raw/master/previews/mpa-v2/streamlit-1.34.0-py2.py3-none-any.whl) for this feature which has the near-final behavior. We'll plan to launch this in the next release version 1.36 in...

Thanks @RusabKhan - I think the "duplicated pages" is just that I was lazy and made the same content on the first two pages of that app 😅 The other...

Hey @lucasrodes glad you like the feature! thank you very much for that bug report!! And for the idea to add `config=` in st.Page. Would you mind opening a separate...

We agreed to solve this by adding an optional `scope=` kwarg to `st.rerun()`, so you can do e.g. `scope="app"` or `scope="fragment"`. One question I'd love some input on, is whether...