Lukas Masuch
Lukas Masuch
## Describe your changes ## GitHub Issue Link (if applicable) - Closes https://github.com/streamlit/streamlit/issues/5606 ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or...
## Describe your changes ## GitHub Issue Link (if applicable) - Closes https://github.com/streamlit/streamlit/issues/8161 ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or...
## Describe your changes Fixes an issue with re-adding a deleted row in the data editor with the same index. The fix moves the handling of added rows below the...
## Describe your changes ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python) - E2E...
## Describe your changes ## GitHub Issue Link (if applicable) ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python) - E2E...
Provide a new row marker kind - e.g. `clickable` - that allows the selection of rows but doesn't show a checkbox or a number. Just the blank row marker cell...
The`Maximum update depth exceeded` error in `InfiniteScroller` seems to be back :( This was discussed in the 6.0.0 PR: https://github.com/glideapps/glide-data-grid/pull/810#issuecomment-1864715827 and seemed to have been fixed, but it still sometimes...
The bubble overlay editor is currently broken if the bubble length gets too long. This PR fixes this issue via some CSS changes. Before: After: https://github.com/glideapps/glide-data-grid/assets/2852129/cf0bb498-135a-4032-9d66-d0b1e1ce011a
### What is your suggestion? Unnamed parameters and sub-charts are automatically named by using a global counter: Parameter: https://github.com/vega/altair/blob/f345cd9368ae2bbc98628e9245c93fa9fb582621/altair/vegalite/v5/api.py#L196-L201 Subcharts/Views: https://github.com/vega/altair/blob/f345cd9368ae2bbc98628e9245c93fa9fb582621/altair/vegalite/v5/api.py#L2885-L2890 This will lead to different specs for the same...
## Describe your changes Allow the latest pytest version. --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the...