Myles Scolnick
Myles Scolnick
@adamwdraper looks great! few build errors to fix, but otherwise good to merge afterwards. we can followup as a team to figure out the correct default for `stream`
```python import marimo as mo from loguru import logger logger.remove() ``` actually works find for me. can you try in a clean env or different python version?
@jjAtNxtPt can you send us the output of `marimo env`
My guess is this is a Windows bug. (unfortunately I don't have the ability to debug on windows). Can you run `marimo -d edit` to run in debug mode and...
@akshayka, could this be an issue from https://github.com/marimo-team/marimo/pull/3628 ?
Re-opening since it was unclear if https://github.com/marimo-team/marimo/pull/5955 fixed the issue. I will reach out once we release if people would like to test again.
Our undo (ctrl-z) functionality only works the cell editor. We can add a toast so that you can undo with a button click - and bind the Ctrl-Z to that...
> Additionally, if the toast disappears, your chance to undo the split is gone. I think this is fine. It hangs out for a while.
Fixed by https://github.com/marimo-team/marimo/pull/2018, thanks @wasimsandhu!
Yea it should not be clipped, just not very well implemented. Maybe we can use the new HTML popover API to avoid the clipping: https://developer.mozilla.org/en-US/docs/Web/API/Popover_API/Using