Myles Scolnick
Myles Scolnick
We could maybe add one (or two settings). - save-on-run - format-on-run (or just format if format-on-save is on)
This may be a problem with duckdb. `Failed to cast value: Unimplemented type for cast (DOUBLE[] -> DOUBLE)` I am unsure if that is "Unimplemented for now" or "Unimplemented forever".
It looks like this does not work with duckdb at all
I also cannot reproduce this either (and tried to match your same version of polars/narwhals). I do see the rows being updated correctly, though. Just the results are empty. @aborruso...
@aborruso are you still experiencing this?
I think because we update the "mode" across all editors and that may set/unset listeners and cause re-renders. We can look into optimizing.
@lborcard ~~are you still experiencing this issue? we've made some other rendering optimizations, so maybe this has gone away. i cannot reproduce it myself~~ actually the sync was regressed at...
The `typist` package causes issues for wasm as well. I created a hack to get around that, and have a happy path rendering in wasm: https://marimo.app/l/hgstox
Are you able to repro this consistently? I did update our logic to do exactly this (https://github.com/marimo-team/marimo/issues/3060) (although it shouldn't be something to depend on, because, as you said, we...
Sounds good. It could be more complex DAGs that the tie-breaker is quite as expected. We can revisit if we get a good repro for that.