Kyle McEntush
Kyle McEntush
@PiotrCzapla thanks for the snippet. That does the trick in terms of passing the email through, but all other headers are still stripped: https://github.com/streamlit/streamlit/blob/41a1a60b6bd72b13effec1bbcc6551afa0878d23/lib/streamlit/web/server/browser_websocket_handler.py#L78-L85 My application relies on additional headers,...
@tconkling Do you have any advice? You removed the singleton back in July (https://github.com/streamlit/streamlit/pull/4966) and we're at a loss of how to access the current server. Ultimately, we need a...
Somehow missed all of those tests failing. Will check again on this PR later tonight.
The latest commit should fix the issue. I was returning a list instead of the np array like before. Also, my previous implementation didn't respect delayed execution, so I changed...
Not sure why it's failing on non-Windows builds... The errors in the Linux and Mac builds are notebook timeout errors.
Has anyone found a workaround? I also was not able to make `sed` work.
Also would love this functionality.
Hi @laky55555, that's more or less what I did by making these tweaks to the source. You can keep the filters in the streamlit state and apply it whenever the...
@edmondop I deployed Streamlit behind NGINX w/ OAuth2-Proxy in a single Docker container.
I'm having the same problem. The code snippet provided by @fabbra is a good example. It's interesting to note that when using plotly express w/ facet rows/cols, the boxplots are...