Kyle McEntush
Kyle McEntush
Hi @polakowo, Related to the fix in 0.18.0, how can I ensure that my short-side (when also taking into account long-side) does not exceed the total portfolio value? In essence,...
Awesome, the free_cash implementation sounds like exactly what I'm looking for. Really appreciate your detailed answer, and looking forward to the next release. On Fri, Jun 25, 2021, 7:44 AM...
Awesome, thanks!
@torlenor What kind of Load Balancer session affinity did you end up using to fix this issue? I'm using cookie session affinity and running into the same issue and have...
@PablocFonseca other than resolving the merge conflicts, is there anything else you would want before merging this PR?
I'm using Streamlit v1.2.0, and I noticed that, on first page load, the `session_info.ws` attribute of the following snippet is `None` until the second time the user visits the page...
@PiotrCzapla and others This is what I've been using in 1.8.x without issue: ``` from streamlit.scriptrunner.script_run_context import get_script_run_ctx from streamlit.server.server import Server # Get headers session_id = get_script_run_ctx().session_id server =...
@matandro I had to do some header passthroughs in my NGINX config. Make sure they're actually routing to the streamlit app.
I specifically was setting the headers I need with `proxy_set_header`, which I was receiving from upstream via OAuth2-Proxy (a reverse proxy for user authentication). Unfortunately don't have much advice for...
@arogozhnikov refer to https://github.com/streamlit/streamlit/issues/5166