Lukas Masuch
Lukas Masuch
> It just seems a bit wasteful to keep all those objects when they are not visible. I'm not so sure if there is even a lot of waste created...
@vinzeebreak Thanks for suggesting this feature, this would definitely be useful! Unfortunately, it might be a bit more complex to implement since we currently do not have the info in...
@RRaphaell Thanks for reporting this issue! I was able to reproduce it and have deployed a demo app [here](https://lukasmasuch-st-playground-issuesgh-5069app-tmwuwl.streamlitapp.com/). The underlying issue is that when changing tabs, the height of...
@sfc-gh-tszerszen Thanks for investigating this! I think there are also a few other elements without a fixed height. For example, our built-in chart commands: ```python import streamlit as st import...
@whitphx Thanks for your suggestion! I agree that this would be a useful feature. I will make a note of this enhancement request for our product team to consider.
@PlatonB Thanks for your suggestion! This seems like a reasonable and useful addition. I have forwarded this suggestion to our product team.
@minoyjose Thanks for reporting this issue. I was able to reproduce the mentioned issue with the following code: ```python import streamlit as st import pandas as pd metric = pd.Series([24,...
I'm fine with the per-test filters `@pytest.mark.filterwarnings` if we note it down somewhere (maybe also tech debt DB :) ). I'm not sure about the more generic filters in `pytest.ini`,...
Since @vdonato has approved this change, we can probably just merge this in (once the merge conflict is resolved).
@blackary created a text input component that supports live updates 🎉: https://github.com/blackary/streamlit-keyup