Aaron Diamond-Reivich

Results 95 issues of Aaron Diamond-Reivich

1. Create a fresh virtual environment 2. pip install mitosheet 3. Import any Excel file and see that the sheet crashes On Safari, Mac with this requirements.txt ``` aiofiles==22.1.0 aiosqlite==0.19.0...

type: mitosheet
effort: 5
priority: high

On Mito version `0.1.549`, Chrome, JupyterLab, the summary stats are not visible in dark mode.

type: mitosheet
effort: 2
priority: medium

``` import pandas as pd df = pd.DataFrame({'A': [1,2,3]}) import mitosheet mitosheet.sheet(df) ``` 1. Turn on code configuration function 2. Add a param -> See that you get a second...

type: mitosheet
effort: 3
priority: medium

### Test 1: Deleting column in non-source sheet should not effect graph 1. Import a dataset 2. Create a graph with columns A and B 3. Duplicate the source dataframe...

type: mitosheet

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()`...

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

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