Myles Scolnick

Results 126 comments of Myles Scolnick

Closed by https://github.com/marimo-team/marimo/pull/1634

We do some fancy-ish things in `marimo/_output/mpl.py` which is called twice: - https://github.com/marimo-team/marimo/blob/b4256c9f283cde8879d5ccd71ff39bb29c0e2b87/marimo/_output/formatters/matplotlib_formatters.py#L25 - https://github.com/marimo-team/marimo/blob/b4256c9f283cde8879d5ccd71ff39bb29c0e2b87/marimo/_runtime/runtime.py#L964 I wonder if this is only run in edit mode (and not as a script)...

@dmadisetti - this is likely from https://github.com/marimo-team/marimo/pull/1150. do you have a small snippet of the code to reproduce?

`1086.py` should be good enough to work from - and we can add a unit test for this, thanks

@akshayka just squashed 3 related bugs. can you give it another shot with your own code? (we have it running again our tutorials now)

awesome, thanks @Haleshot!

We are using a library under the hood - that we can enable a way for the selected grid-items to push around other grid-items ([example here](https://react-grid-layout.github.io/react-grid-layout/examples/11-no-vertical-compact.html)). I did find this...

I agree with you. We can look into supporting some sort of shift click to select multiple to move

This makes sense in the queryparams' current form. We can add a concept of `lens` to be able to scope down the scope of the reactiveness: e.g `get_text, set_text =...

`mo.state(mo.query_params())` may be equivalent to just `mo.query_params()` - we can look if lensing is something we can support soon