Karen Javadyan

Results 29 comments of Karen Javadyan

Hey, we decided to consolidate all issues related to user-defined class-based identity under one umbrella issue. Please upvote and continue the discussion there! https://github.com/streamlit/streamlit/issues/8180

Thanks @eduardochaves1 for opening this issue. I was able to reproduce this issue and agree that this looks like a bug. minimal code snippet for future debugging. ```python import streamlit...

> > One consideration: Should we also allow the .vtt and .srt formats in our static files serving? > > What's the use-case for allowing that when users can pass...

> Not sure we'll have time to support URL I will try to add URL support today, not sure how well it will work with CORS problems, but if it...

> That's true! If we want to support srt via URLs, then we'd need to figure out a mechanism to do the conversion ourselves after fetching the contents from the...

> Whats the reason to apply the cross origin check for subtitle assets? We are not doing that for any other comparable assets in Streamlit. Are there security concerns specific...

Hey @mfaisaltariq, thank you for opening this issue! We store content for the `download_button` under `/media` endpoint, the file removal from there happens based on the visibility of the download...

Hey @juhonkang , and thank you for opening this issue. Unfortunately, I couldn't reproduce this issue on my local machine. Does this issue still exist on your local / deployed...

Hey @wyattscarpenter and thank you for opening this issue! Could you please describe your use case why you need to use protocol in your streamlit app? This probably a issue...

@raethlein, @vdonato, I was able to reproduce this behavior, but I think this is an expected behavior, correct? Do we have a suggested approach to handle cases like this?