Results 169 comments of Lukas Masuch

@alexscott-ff Thanks for reporting this issue. > I believe this is due to the columns themselves not having a width and just taking enough width to fit the values. That's...

@kajarenc is working on a solution for this and it will be - most likely - released with version `1.13` :) You can track the work here: https://github.com/streamlit/streamlit/pull/5104

@Vinno97 Thanks for reporting this issue! I was able to reproduce it. Indeed, this seems to be a weird problem on how emojis are handled that also have a corresponding...

My assumption is that this specific problem is related to rendering and not loading. For example, if you use the chrome devtools and insert the emoji in the navigation menu...

@PaleNeutron Thanks for reporting this issue! I was able to reproduce it. Do you know if this is expected from Altair that `resolve_scale` conflicts with the `autosize` settings? Maybe this...

@PaleNeutron Thanks for opening the issue 👍 One thing to add here: this is also happening if the `autosize` is only configured in the `config` (e.g. via a theme) and...

@fredzannarbor Thanks for suggesting this enhancement! I agree that this could be useful in some situations. I have forwarded this suggestion to our product team.

@Vinno97 Thanks for the suggestion. This would be indeed a nice addition to the download button, especially when dealing with large files. I will forward this feature request to our...

@chicolucio Thanks for this suggestion! > I think that the easiest way to solve would be simply add the line on Streamlit code itself since the extension is provided by...

@wg-romank Thanks for reporting this issue. I was able to reproduce this. Since this is all happening within the same script run, the widget keys are still blocked. But this...