mito
mito copied to clipboard
The mitosheet package, trymito.io, and other public Mito code.
We should start auto formatting with black (as a precommit hook?), so we don't have to ever think about formatting. This would be nice!
**Describe the bug** 1. We don't test string filter conditions at all. 2. We don't text on mixed columns, which leads to bugs (e.g. our `na=None` drops values, where type...
**Describe the bug** Columns move order in the export formatting section. That is obviously not intended. Given that it's one of our main pro features, we should def fix it...
0. Start with a pass that tries to combine all the "like" steps together, so we get all the renames in one place. 1. `right_combine` which is useful for a...
Tell the user what action is about to be undone/redone. Maybe his could be in the tooltip or more explicit in the toolbar.
Keep the UI in sync with the current step. For example, if you have two sheets and you applied a column to the first sheet and then applied a column...
This happens to me a lot. It is easily fixed just by scrolling horizontally until they are aligned again and then they 'snap back together'. https://user-images.githubusercontent.com/18709905/162552664-8d47d423-bac7-4b1d-b318-b250ebf81a8f.mov
Currently, we throw a large variety of very similar errors. We should unify these behind one interface, and allow the frontend to be aware of the different types of them...
As doing some analysis, I wanted to count the number of items in a list, each cell containing one list. This would've been straight forward to do in Python, but...
**Describe the bug** Mito doesn't work in the [JupyterLab App](https://github.com/jupyterlab/jupyterlab-desktop). Two users have reached out through Discord to tell us that this failed.