Declan Naughton
Declan Naughton
https://github.com/tc39/proposal-do-expressions
JS API workaround work for me, thanks Jeff and thanks for the explanation.
Checking this noticed theres an inconsistency in what gets selected in the table and what gets shown in the `search` dropdown, e.g. search abba => 5 results in dropdown (case...
This output from `quak` in marimo notebooks is super cool and I'd love to get this from Mosaic too. In Mosaic should `data()` take params like `from` and `filterBy`, as...
The higher level [`astToESM` function](https://idl.uw.edu/mosaic/api/spec/parser-generators.html#asttoesm) takes a `baseURL` that it bakes into the loadParquet calls. The default Mosaic app in [dev folder](https://github.com/uwdata/mosaic/tree/main/dev) - which is a vite app, sets baseURL...
related: https://github.com/fumitoh/modelx/discussions/176
+1 I'm looking at options to bring [calculang](https://github.com/calculang/calculang) directly into Python and this support would be critical - the JS ecosystem is full-steam ESM now!
related #14
The [Mosaic Playground](https://mosaic-playground.netlify.app/) by @alexkreidler is impressive :clap: , and a really great tool to study/manipulate different specs. Share functionality could also be cool - such as in the Vega...
Just in case someone lands here: coding the visual for [ActuarialPlayground.com](https://actuarialplayground.com/) I got a dramatic performance boost by moving some transforms that were prohibitively slow in Vega (+triggered by very...