Shahmir Varqha
Shahmir Varqha
PR Checklist - [x] - Commit [messages are descriptive](https://github.com/ONEARMY/community-platform/blob/master/CONTRIBUTING.md#--commit-style-guide), it will be used in our [Release Notes](https://github.com/ONEARMY/community-platform/releases/) PR Type - [x] Bug fix (non-breaking change which fixes an issue) -...
### Describe the bug When I use `mo.ui.table` with a large page_size config, the browser will crash. The only solution is to restart marimo. At least some fallback / error...
### Description Ref: https://github.com/marimo-team/marimo/issues/4585#issuecomment-2842089155 Row & column faceting is useful for adding add. layers to charting. ### Suggested solution Add row & col faceting ### Alternative _No response_ ### Additional...
### Description Ref: https://github.com/marimo-team/marimo/issues/4585#issuecomment-2842089155 Text mark is a quick way to summarise a dataframe almost like a quick pivot table. ### Suggested solution Add a text mark in the chart...
### Description Ref: https://github.com/marimo-team/marimo/issues/4585#issuecomment-2842089155 It would be useful to copy altair code based on the configuration set up in chart editor. ### Suggested solution Create a new altair code generator....
## 📝 Summary https://github.com/user-attachments/assets/9e6695fb-5757-4449-b44e-b809d7eafae6 Works quite smooth for small tables but still not very performant for large datasets (still investigating how to optimize 🤔) - resizing is also a little...
Hi, first of all, thanks for the cool library! We are trying it out to see if it could be used for our tables. There's an issue with onafterchanges handler,...
There is an issue with the [isDate function](https://date-fns.org/v2.14.0/docs/isDate) ## The problem ### 💻 Code demonstrating the problem ```js import { isDate } from 'date-fns' isDate('2024-01-01T00:00:00.000Z') // evaluates to false ```...
## 📝 Summary Prompts from 'Generate with AI' will create a markdown cell with the prompt. https://github.com/user-attachments/assets/00ad92f1-746b-46c0-8a49-a23d34d8c508 ## 🔍 Description of Changes ## 📋 Checklist - [x] I have read...