Myles Scolnick

Results 578 comments of Myles Scolnick

This has now been added (https://github.com/marimo-team/marimo/pull/5664). Cheap cells are deleted, but expensive cells get a warning

I think as a first iteration, we can save to localStorage based on some unique ID of the header (filename, title, position)

hey @mokhin, can you file this issue on https://github.com/vega/vega-tooltip/, it looks like it should be handled there. They had an [issue](https://github.com/vega/vega-tooltip/pull/508/files) previously and [added a fix](https://github.com/vega/vega-tooltip/pull/508), but looking at the...

@matthalstead it is because we render ours in a ShadowDom, however the Vega playground does not

Thanks for the detailed use-case. This has been requested before. We likely won't do this in the near term for app-mode (since that exposes a security risk if anyone can...

That endpoint (to create new cells and run time) is not accessible in run mode, just while in edit

hey @Psirus - let me know if you are still interested in trying to get this merged in? we'd like to try to clean up some open PRs

@wasimsandhu - can you verify this works with SQL and markdown? We probably have to do something similar to `splitEditor`. could we also write a test similar to `splitEditor`(`utils.test.ts`) and...

> When editing a SQL/markdown cell and triggering a create new cell above/below (via button or shortcut), a Python cell is created. Do we want to change this behavior so...

@hongbo-miao if you are blocked, i don't mind putting a regex if the `base_url` contains `litellm`. Our logic is based on guessing via model. Doesn't seem too crazy to also...