mito icon indicating copy to clipboard operation
mito copied to clipboard

The mitosheet package, trymito.io, and other public Mito code.

Results 222 mito issues
Sort by recently updated
recently updated
newest added

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!

type: mitosheet
effort: 3
priority: low
type: dx

**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...

good first issue
type: mitosheet
effort: 2
priority: low

**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...

good first issue
type: mitosheet
effort: 3
priority: high

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...

type: mitosheet
effort: 5
priority: medium

Tell the user what action is about to be undone/redone. Maybe his could be in the tooltip or more explicit in the toolbar.

type: mitosheet
waiting on: mockups
effort: 8
priority: low
waiting on: impl details

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...

type: mitosheet
effort: 5
priority: low
waiting on: impl details

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

type: mitosheet
effort: 8
priority: high

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...

effort: 8
priority: low
type: dx

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...

type: mitosheet
effort: 5
priority: medium

**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.

type: mitosheet
effort: 13
priority: low
type: mitoinstaller