Philippe Rivière

Results 1049 comments of Philippe Rivière

Are you suggesting we change "1" to "1 - 3" here? https://github.com/d3/d3-hsv/blob/c28d977f9ff194932814a641963d0cbcc274168a/package.json#LL24C1-L26C5

Please share a minimal reproduction of the issue.

Does this version work better? https://observablehq.com/@d3/versor-zooming

my number 1 ask for a better cd would be to get to the directory that contains a file, rather than error

Please hold on, we're making a slight adjustment to the palette.

The scheme has been updated (reordered) in plot [0.6.13](https://github.com/observablehq/plot/releases/tag/v0.6.13). Per our CHANGELOG: > In 0.6.12, we inadvertently published an earlier draft; this fixed version better aligns the order of colors...

It will not change, but we need to take a moment to cut a new release (of d3-scale-chromatic but also of its dependents: d3, Plot).

In the https://observablehq.com/@observablehq/csv-to-parquet notebook, the following seems to work: ``` await client.insertCSV("csv_file", buffer, { detect: false, header: true, columns: { a: new arrow.Utf8(), b: new arrow.Int(), c: new arrow.Utf8() }...

Now, I don't know how to specify a DOUBLE type (as what gets detected), only a Float64.