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

1. Run the test `test_all_edits_optimized_after_import_pivot` and see that it sometimes passes and sometimes fails because it sometimes generates: `tmp_df = test[[\'B\', \'A\']].copy()` and other times generates `tmp_df = test[[\'A\', \'B\']].copy()`...

**Describe the bug** 1. Type some text (e.g. in find and replace) 2. Press Command + Z 3. See that the text does not undo I think we need to...

effort: 3
priority: medium

If a user: * starts an analysis on Monday, uses TODAY * keeps the notebook open till Tuesday * It will not recalc This is a different than Excel

**Describe the bug** Users expect that this is the same as a Control + A -- but instead, it ends up selecting a strange selection. **To Reproduce** 1. Click a...

effort: 3
priority: low

To recreate on `Safari` Version 17.1.2 (19616.2.9.11.12) on `Mac` 1. Open Jupyter 2. Close the file browser 3. Create a graph -- I'm not sure if the graph configuration matters....

type: mitosheet
effort: 5

Context menu ignore when shift is pressed code is duplicated in a few places. I think we should move this into the `Mito` component and stop propagation in the `onContextMenu`...

effort: 2
priority: low

1. Create a pivot table with two `values` 2. Insert a new column to the end of the pivot table 3. Open the pivot table configuration and delete the one...

type: mitosheet

1. Create a pivot table 2. Add a formula like, LEFT(`value from pivot table column`) 3. Update the aggregation type of the pivot table 4. The formula disappears This is...

type: mitosheet
effort: 8

We don't support these edge cases, but users probably expect them to behave this way: Example 1: 1. Create a 2 pivot tables 2. Stack them on top of each...

type: mitosheet
effort: 8

1. Write the formula =SUM(A:A) and see that it works 2. Create a new column 3. Toggle cell editor to only apply the formula one cell instead of the entire...

type: mitosheet
priority: low