Tobias Dokkedal Elmøe
Tobias Dokkedal Elmøe
### Describe the bug If a/some cell(s) in the marimo app take a long time to initialize (could be some database transfer, file reading etc), then, for whatever reason, the...
### Describe the bug Stacked UI elements are not updated when a task is running, which blocks the main thread. This is the case for both async and sync code....
### Describe the bug I'm building an app to run calculations. The calculations take time. Therefore, I decided to place a spinner to show the progress (status). However, instead of...
### Describe the bug I have a function, which can generate a table based on some input parameters, and a trigger, which are shown in a UI. The function doesn't...
### Description Just like we can select values from mo.ui.dropdown or mo.ui.multiselect, we should be able to select a row on a table on creation, to highlight a specific row,...
### Describe the bug I want to add a tooltip that shows why a particular UI component is disabled, so the user can take action and fill some missing information....
### Describe the bug I have a table from which I want to select some values to perform a calculation or download some files, then return a new object once...
### Describe the bug Following the example on tooltips: https://docs.marimo.io/api/markdown/?h=tooltip#tooltips I found that the tooltip becomes clipped inside the container. I need to manually add padding to the cell containing...
### Describe the bug In my app, I have multiple tabs. Some contain figures made with plotly. I've noticed that an error is raised in the console when this is...
### Description Suddenly the datatypes have appeared as "string", "number" etc under the table headers. I would very much like to hide these types.  ### Suggested solution Add an...