Philippe Rivière
Philippe Rivière
EDIT: sorry I'm such a joke, this patch doesn't work when you crash and the dev tools are not open. Why? because to get to your locally saved code, you...
Here's a version that keeps up to 5 saves of each file. I have no idea for a better UX; "go quickly into Dev Tools > Application > Storage to...
You might be interested by this other type of grid: https://observablehq.com/@fil/gray-fuller-grid The performance in terms of speed and area distortion is quite good (in my biased opinion), see https://observablehq.com/d/93922be7718f42bf
I just made an exploration notebook about this topic https://observablehq.com/@fil/h3-oddities Comments welcome
Thank you Kevin! I have updated the marks I'm using — it should clarify that the red and black colors denote polygons that have extra "distortion vertices", not high distortion...
Was just bitten by this after testing site.js, all the localhost:8008 dev URLs (for other projects) stopped working. On top of @joaomvfsantos and @adrianshort 's solution, I also had to...
Here we have 20 horizontal yearly series of 12 monthly values with valueHeight = max(monthly values) for each year. Adding margins in [email protected] will "eat" the content of the smaller...
here's an interesting difficulty: if we give to each year a valueHeight = sum(monthly value), then the margins are taken within the height, and the poor month 01 in 2020...
more or less fixed in #37
Language in a code project is going to be hard to establish. One often uses a mix, some English or pseudo-English code, with comments in French (or even a mixed-bag...