mkleinbort-ic

Results 86 comments of 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...

+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?

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...