Jeff Kao
Jeff Kao
Tested that this works with Node 14. You can see the pg issue here: https://github.com/dmanjunath/node-redshift/pull/38
I have a PR that works with Node 14: https://github.com/dmanjunath/node-redshift/pull/38 Issue is the `pg` module: https://github.com/brianc/node-postgres/issues/2180
Given that this project has been tagged `banished` by Mapbox, we decided to start porting the S2 Library to use N-API bindings to support Node 10+ here: https://github.com/radarlabs/s2
Hey realfun, The IDs in mapbox s2 are corrupted because they're returning a JavaScript `number` type. S2 Cell IDs are 64 bit, whereas the positive limit to the `number` type...
FWIW I've been working on a newer actively developed Node S2 that we're using over at Radar: https://github.com/radarlabs/s2 It's built on the N-API so we support Node 10 and above...
I have no write access to merge this
The disk is an nvme SSD if that helps.
It sounds like you guys want to stick with the r-tree approach, but if we're talking about LSMs and taking advantage of sorting, perhaps collapsing 2-dimensions into 1-dimension might make...
yeah, ideally we should be pinning the versions of all dependencies. give it a go and I'll help out where I can