Philippe Rivière

Results 1049 comments of Philippe Rivière

I would love to unify this with the dodge transform, unfortunately I'm not seeing a lot of common ground. Maybe this needs more work. What's different: | | dodgeY |...

This branch now adopts the creator() API. I still have to figure how to type the selected and unselected options, though.

This would also probably allow to restrain to "horizontal" panning — something that other libraries like [hammer](https://github.com/hammerjs/hammer.js/blob/master/src/touchactionjs/touchaction-constructor.js#L109) help to manage (see https://github.com/d3/d3-zoom/issues/215).

https://observablehq.com/@mbostock/lets-try-t-sne works by specifying precise version numbers: @tensorflow/[email protected] and @tensorflow/[email protected]. Any version after these seems to break.

Like checking that `format(f)(parse(f)(x)) === x`?

Interested too; when downloading datasets from eurostat you get these HUGE csv files (500MB), but compressed they are much smaller, and it woul dbe nice to be able to do...

Same issue with NordVPN, macbook air M1.

This change seems to have been introduced between version 0.8 and 0.9 of d3-scale https://github.com/d3/d3-scale/compare/v0.8.0...v0.9.0 So probably somewhere here? https://github.com/d3/d3-time/compare/v0.2.0...v0.3.0

Absolutely! We can use https://observablehq.com/@fil/ncov2019-data#databyday for a current example :-/ (I don't think my data wrangling in that notebook is the most straightforward.)