Philippe Rivière

Results 403 issues of Philippe Rivière

Scenario: I want to create an interpolator between two objects `a = {color: "red"}` and `b = {color:"lightblue"}`. `d3.interpolate(a,b)` sees that these properties are colors, and defaults to the hard-coded...

Just to confirm that https://geocode.earth/ the drop-in replacement of mapzen† pelias geocoder worked for me `csvgeocode addresses.csv --verbose --url "https://api.geocode.earth/v1/search?api_key=ge-XXXXXXXX&text={{address}}" --handler mapzen` We may want to rename or alias a...

I was looking to geocode a file that contained "Villeneuve d'Ascq, France", and the script found "Strada Villeneuve D' Asq, Gorj, Romania". For some reason the apostrophe was encoded to...

Some CSV files are encoded in UTF-16LE, so they can be correctly read by M$ Excel But `q` fails when reading them: ``` $ q -H -t -e "UTF-16LE" "select...

I wanted to use the closed interpolator outside [0,1], so in principle I thought it would be periodic; but in fact its domain is [0, 1 + 1/n], and it...

Feature

I tend to use multiple accounts on Dropbox and would like to be have something like a `--profile=(email)` option for `dbxcli` to chose the account.

I was trying this idea for a `d3.imageload` method, and it works well in bl.ocks, but not in blockbuilder. https://bl.ocks.org/Fil/0f541f8d9995738f2ad6143cc372cded Looks like calling `image.src="thumbnail.png"` directly confuses blockbuilder, which has no...

bug
reproduced

margins are problematic, they tend to erase smaller contents by giving it negative height or width. I've fixed the case of "height" in the "horizontal" gridding mode, but it needs...

see #29: we are blocked at [email protected] — I think it's because https://github.com/d3/d3-scale/issues/117 has changed the way scales work with a degenerate domain. Not sure if we need to change...

should be around here I guess https://github.com/TermiT/Flycut/blob/9adbacf412b63fcf41c018b142f4208ba47c189c/FlycutEngine/FlycutStore.m#L214

Feature Request