Myles Scolnick
Myles Scolnick
amazing! i agree it would be worth doing sooner to avoid too much breakage. If backwards compat is hard, we can make a breaking change and bump acccordingly (probably could...
My guess is from rendering react. We could add row virtualization ([example](https://tanstack.com/table/v8/docs/framework/react/examples/virtualized-rows)) when rows are e.g. > 500
@Light2Dark - might be nice to avoid the complexity of virtualization and whatever other requests come up (not sure how complex your solution was, the additional dependency is ok). I...
@Light2Dark have you started the `ValueError`? (no worries if so) if not, @Haleshot was going to try to take a stab at it.
You can use `mo.state()` to hoist the state out of the DAG that gets re-run. This would avoid re-setting the values for the UI elements. This comes with many other...
@ngriffiths13 - i cannot reproduce this. any chance you can include some code with a reproduction?
it would be nice to not add the default config as is - but rather just the changes. It would be nice to be able to update the default config...
Possibly that wording can be changed to be less confusing
@henryharbeck, could you please file this in the Polars repo? I think this is a bug in Polars and Jedi playing together. (similar to https://github.com/pola-rs/polars/issues/16933)
It looks likes its coming from Jedi then, but I cannot re-produce it outside of polars: https://marimo.app/l/mfuvly 