Mike Bostock
Mike Bostock
Yes, improving the dodge transform is the better solution for the motivating use case. But jittering is a nice tool to have too. I agree this could be implemented as...
@nachocab I think in that example you would want jitter along *x* (the quantitative axis), not along *y*, since the dodgeY transform is already computing the *y* offset. For example...
Oh, that’s fascinating. So we do have to set [`ascii_only: true`](https://terser.org/docs/options/#format-options) whenever we use Terser? I guess it seems surprising that Terser would choose the “wrong” default… shouldn’t we just...
We don’t support alternative npm registries at the moment, but that’s a feature we could add. Currently Framework requires access to registry.npmjs.org and cdn.jsdelivr.net in order to install libraries from...
You can add a 👍 reaction to this issue that you filed, but that’s implied by you filing this issue in the first place. 😅 This isn’t the same as...
To clarify, the `@latest` tag is what is installed by default if you run the following command: ``` npm i @duckdb/duckdb-wasm ``` Currently this means that when people install DuckDB-Wasm...
It has been almost a year since the last stable release 1.29.0 (October 7, 2024), and the `latest` tag is still pointing to an arbitrary unstable version (1.29.1-dev132.0) that is...
There is not currently an option to disable implicit imports and/or `npm:` imports, no, but you can avoid them by not using them. See also https://github.com/observablehq/framework/issues/1168#issuecomment-2028238020 for how to configure...
Sketch of new “Extending Plot” documentation page that gives an overview of all the ways Plot can be extended with custom logic (JavaScript): https://observablehq.com/d/4e732d61f48c4925
Maybe duplicate of #181.