Results 319 comments of Lukas Masuch

> Regarding the first "pop-in" concern, I think that can be fairly easily mitigated with a DelayedSkeleton component, which simply draws itself as an empty in the application for the...

> on this iteration we do not support URLs as a source for subtitle files is there a reason for not allowing URLs? Should be pretty simple to add, or?...

> What's the use-case for allowing that when users can pass them directly to st.video? @sfc-gh-skekre Its more memory-friendly and compute friendly. If we load it from a local file,...

> Yes, I checked and unfortunately, URLs don't work out of the box because of CORS policy. Whats the reason to apply the cross origin check for subtitle assets? We...

Oh interesting, so `track` itself enforces the origin unless `crossorigin="anonymous"` is on the video. This seems to be different to how `img`, `audio`, and `video` work 🤔

@kajarenc I agree that we should somehow make port 3000 usable. Maybe we should just migrate our internal development to a port that is much less likely to be used,...

@timotk Thanks for reporting this issue 👍 I was able to reproduce this [here](https://issues.streamlit.app/?issue=gh-8473). Non-string column names aren't super well supported right now, but I think it wouldn't be to...

@jgieseler Thanks for reporting this issue 👍 I was able to reproduce it.

@utkanuygur Thanks for the contribution. Unfortunately, the way how this is implemented breaks other aspects of column. Thats also why the tests are failing. We would need to add a...

> but it looks like the unintended consequences include the fact that rerenders of the graph with superset data (not via add_rows) will rerender the whole graph Do you have...