Joshua Carroll

Results 60 comments of Joshua Carroll

No material updates at this time, sorry! When I have an update I'll provide it.

AFAIK it still needs attention - Vincent can correct me (and close it) if that's wrong

It seems like this is also an issue for installing a local whl file? ```sh % uv pip install ./streamlit-1.31.1-py2.py3-none-any.whl error: Failed to parse `./streamlit-1.31.1-py2.py3-none-any.whl` Caused by: Expected package name...

Hi @007ekho, can you provide a more detailed description / example of what you are talking about? It's difficult to investigate based on the information provided. Thank you!

I know this is a zombie issue but I was looking at it recently from the link Kamil posted above. I wanted to report that this is intended behavior -...

@LukasMasuch @kmcgrady It seems like the bug behavior is: - Typically when you change the `value=` arg of a checkbox widget (or other widget with value arg), the ID will...

Per discussion with @kmcgrady I put a minimal repro steps app for this issue here: https://issues.streamlit.app/?issue=gh-4457 Next step is for Eng to investigate.

I made a demo app to show the behavior: https://container-state-bugs.streamlit.app/Expander_example Note the same thing happens with `st.status` Having some discussions within the Streamlit team about whether / how we address...

Hi all, Streamlit team discussed and we're happy to see this added. ```python st.page_link("pages/settings.py", query_params={"update_pwd": True}) st.switch_page("pages/dashboard.py", query_params={"team": "streamlit"}) ``` - Ideally we would add it to both together for...

Great call, that makes sense to make sure that works :)