Dominik Moritz

Results 392 issues of Dominik Moritz

I'm trying to load this package from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@stdlib/stdlib) but it fails because the package is over 100 MB. Are there any files that could be removed to reduce the...

It would be great to have native support for promises in the harness so that the benchmark can be used in Observable. https://next.observablehq.com/@kgryte/stdlib-writing-benchmarks describes how to create the promisified harness...

enhancement
feature
benchmarks

For example, in this chart we are trying to add label angle to the header. [Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega-lite/N4KABGBEAkDODGALApgWwIaQFxUQFzwAdYsB6UgN2QHN0A6agSz0QFcAjOxge1IRQyUa6ALQAbZskoAWOgCtY3AHaQANOCgATZAgBOjQnh4qckAIJhYjVITHIw7dLrBIneMAHdmiMGnbJNbU0wTXQ8ejUNSFDw7DBQCAhICnQxVh04gG0NRPjITFMzAA8S0rKytSh2OIAmAA4AX3VciGB8uMgAIXKe0srIapwAViGmnMS2gqgAYV7e-sGwaQBmMZa8qcgAETmehbiATgBGNZbJjoBRXfL9nDqT5rP20wAxa4rVKrih1cfc89MAHF3n1PgM4kcDqd-s8oAAJEElW5gOoAdmhE1hkAAkoiisihjUGuMALoaU6QDC6ADWHUcukiSWQSng3E0jCU1DiCUSkFZaVQJjyADNGMgxJoOpgwXgAJ6EZAdbi6dlKVL9FDobQMnBtMTofxiMycuxxETSUYYyCy7mQUXiyWmaoy+WK0wAR1Y6CURnCRiokGJEGJDSAA) The result is a lot of empty space....

Bug :bug:
P2

A common interaction is to show a line chat with a line for a tooltip at the x-location of some data. https://vega.github.io/vega-lite/examples/interactive_multi_line_pivot_tooltip.html is an example of such a chart and...

Enhancement :tada:
Area - Interaction

fixes #8144 📦 Published PR as canary version: 5.3.0--canary.8145.2e837c8.0 :sparkles: Test out this PR locally via: ```bash npm install [email protected] # or yarn add [email protected] ```

📦 Published PR as canary version: 5.2.1--canary.8047.428a7b3.0 :sparkles: Test out this PR locally via: ```bash npm install [email protected] # or yarn add [email protected] ```

Trying to use SignalRef everywhere and replacing it once via a generic. For #7459. Doesn't quite work yet since I cannot get the schema to look nice. Right now, the...

Together with #7438, this will allow us to have stricter types and also refactor a bunch of code