Philippe Rivière
Philippe Rivière
On my local install, the cloning process sometimes will try to clone the block into {user}/gist.github.com/ instead of {user}/{gist.id}. I have traced the error to: `cmd = "cd #{userfolder};git clone...
Micah asked me to mention difficulties on my first install of this script. I noted this: - gist-cloner wanted to log its progress into ES, but failed because I was...
- don't show [UNLISTED] - seeing all your private blocks - creating lists of blocks
Hello, I ported @yongyanghz 's C implementation to Javascript (https://github.com/Fil/lap-jv) and we were discussing the infinite loop problem (https://github.com/yongyanghz/LAPJV-algorithm-c/issues/2), for which I introduced an epsilon in the code (https://github.com/Fil/lap-jv/blob/master/lap.js#L42). This...
fixes #68 #70
add deprecation notice link to d3@4 which is the last version including d3-queue the byte size of d3-queue@2 is not relevant anymore
knn?
See https://observablehq.com/@llb4ll/k-nearest-neighbor-search-using-d3-quadtrees
Adds a *filter* option on quadtree.find closes https://github.com/d3/d3-quadtree/issues/19
Line Intersection is much simpler than clipping (https://github.com/d3/d3-polygon/issues/4), at least if we don't care for the difficult cases. It would be useful, for example, in quadtree.findInPolygon (https://github.com/d3/d3-quadtree/issues/30 & https://observablehq.com/d/54a6e96b6630b0d9). [EDIT]...
The current code doesn't build because of this part (with `a / b = …`). ``` if(M === undefined || M === null) { // TODO verify this is correct;...