mkleinbort-ic
mkleinbort-ic
I've wanted to run our pipelines in Azure for a while. Our plan was to wait for you to implement it to avoid scrapping our interim solution once you build...
Yes, would be a great feature
+1 Would love it
Approaching this with a context manager would also work - it'd be fairly elegant I suppose. Do you know of any implementation of `with st.background_thread` or was that illustrative?
I found this code to be a good starting point: https://github.com/cocuni80/thread_decorator/blob/master/thread_decorator/core.py I think this solves the problem: ```python import streamlit as st import time import functools import threading class ResultThread(threading.Thread):...
Is this streamlit specific? Or a general idea of skipping code in Python
I echo the above - this will unlock the future of streamlit!
This looks great - ETA?
This is a big deal to us - if a solution is known please share it 😅
Yes, this has been an issue with basically all versions of Streamlit since custom components came out - but to be clear, I'm on 1.25.0 at the moment. I've not...