Dominik Moritz

Results 392 issues of Dominik Moritz

The docs use the UMD bundles but ESM is preferred now. So we should update the docs accordingly.

feature-request
documentation
help-wanted

## 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...

discussion

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":...

enhancement

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...

feature-request

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.

enhancement

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...

discussion

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...

feature-request

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).

feature-request

### 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...

enhancement
vite-plugin

### What happened? I am migrating from Jupyter book 1 and notices that my syntax highlighting is mostly gone. ![Image](https://github.com/user-attachments/assets/ff9227b2-e788-4f1f-8a3c-afe294e5462a) ![Image](https://github.com/user-attachments/assets/c3feba5d-1ddd-4fe7-9262-48b3123758da) I am using `prolog` as the language here. This...

bug
next