Everton Colling

Results 10 issues of Everton Colling

### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [X] I added a descriptive title and summary to this issue. ### Summary Add support...

type:enhancement
feature:st.write_stream

I'm using a `streamlit` component called [`streamlit-antd-components`](https://github.com/nicedouble/StreamlitAntdComponents) which supports assigning [Bootstrap Icons](https://icons.getbootstrap.com/) to items on a Menu and Tree components. The component works fine running on regular streamlit (CPython), but...

I see that more AntD components are being added to this library, turning it into a really great Streamlit extension. I'm creating this issue as a feature request for two...

**Is your feature request related to a problem? Please describe.** Currently, Mac users who wish to test Nelson must build it from source. This process is time-consuming and poses a...

enhancement
help wanted

## Description This PR extends the example in the container apply method. ## Checklist: - [ ] Tests added/updated. - [x] Documentation updated. Documentation is generated from docstrings - these...

The latest release of the **Cognite Python SDK** adds support for **Pyodide** and it works great if the `client` is instantiated with a `Token` generated somewhere else. Any of the...

enhancement

I noticed the AgGrid is rendered with small light artefacts on the 4 corners (see screenshot below): This make it look out of place compared to the regular data table...

## Description Add support for the 'record' value in the `used_for` field for both `Container` and `ContainerApply` classes in the data modeling API. Existing tests already provide adequate coverage for...

## Description Adds support for the Streams API in the Data Modeling module, enabling users to create, retrieve, list, and delete streams. ## Checklist: - [x] Tests added/updated. - [x]...

This PR updates the SDK to match the latest API spec for streams and records. The `/aggregate` endpoint has not been implemented yet. This PR introduces breaking changes to match...