Myles Scolnick
Myles Scolnick
I will move this to lower priority, given the workaround. Let me know if it begins to bother between the tradeoff of code-autocomplete and the Vim `esc` race condition, and...
Since 0.1.81, we’ve refactored this code quite a bit to be more performant (and opening only 1 server). Do you mind trying that out and reporting back?
closing as this should be fixed now, please re-open otherwise
@ericjanto - let us know if you need any help getting started
Which URL are you visiting when you run those commands? `http://localhost:3000/`? You _may_ need to refresh after changing some classnames since if its a new classname, it may not exist...
hi @TobiasEnergyMachines, you might find better success using [`mo.capture_stdout()`](https://docs.marimo.io/api/outputs.html#marimo.capture_stdout) to capture the request and then `mo.output.append()` or `mo.output.replace()` ([outputs](https://docs.marimo.io/api/outputs.html#cell-outputs)) Can you give those a try (referencing the docs) and let...
Thanks for explaining. But in my example, there is no datum with a y value of 0. Am I missing something?
Got it - thanks for clarifying. What's weird is that when Altair renders this, it works, but the "Open in Vega Editor" still does not work. (p.s. I will file...
Thank you - I filed an issue in the Altair repo: https://github.com/vega/altair/issues/3447 EDIT: They believe this (vega-lite) is the is the correct place for the issue
@domoritz - i'm not familiar enough with vega-lite to propose a solution, but is this not a regression? is anything wrong with the previous implementation?