Dominik Moritz
Dominik Moritz
The docs use the UMD bundles but ESM is preferred now. So we should update the docs accordingly.
## Advantages * Consistent schema (good for Altair) * Only one source of truth. Schema and types will not become inconsistent again. * Consistency with Vega-Lite ## Disadvantages * Need...
Does not render a bar: ```json { "$schema": "https://vega.github.io/schema/vega/v4.json", "height": 200, "padding": 5, "data": [ { "name": "table", "values": [ { "value": 28} ] } ], "scales": [ { "name":...
I'm proposing to add a limit transform similar to https://vega.github.io/vega/docs/transforms/sample/. Yes, we can already simulate it with a window transform (https://github.com/vega/vega/issues/1525) but having clearer semantics would make it easier to...
https://github.com/vega/vega/blob/9a312540582b4d5dd25439029184b0e51e6b88cb/packages/vega-util/src/accessors.js#L4 Maybe I am missing something but I only see it being used in the tests.
I am proposing to standardize the Vega dataflow format. It's very useful as a low-level representation and it would be great to be able to rely on it. To standardize...
Similar to the https://github.com/omnisci/vega-transform-omnisci-core, we could create an Arquero transform that can run queries over Arquero as part of the Vega dataflow. The only requirement to make it work would...
Switch to https://skia-canvas.org from node canvas which is a constant pain to get working. Related discussion: https://news.ycombinator.com/item?id=42308051 https://github.com/google/skia/tree/main/modules/canvaskit/npm_build and https://github.com/Brooooooklyn/canvas?tab=readme-ov-file#performance (the fastest binding).
### Which Cloudflare product(s) does this pertain to? Vite Plugin ### What versions & operating system are you using? macOS ### Please provide a link to a minimal reproduction _No...
### What happened? I am migrating from Jupyter book 1 and notices that my syntax highlighting is mostly gone.   I am using `prolog` as the language here. This...