James Milner
James Milner
I've been doing some benchmarking of Web Workers and also as an aside greenlet. This is the results I came to when excluding any logic except data transfer for the...
@developit, firstly thanks for this great little library, I've really enjoyed using it. Glad to hear the tests were useful :) Feel free to fork anything I've done if it's...
@rowanwins perhaps the best person to weigh in on this? It seems sensible to me but perhaps there's side effects I'm not seeing
I tried to do this myself but struggled to find a satisfactory result. Maybe @rowanwins would know best?
Hey @amiller-gh, I think it's fair to say we're keen to support TypeScript as best we can (we are currently slowly converting Turf modules to TypeScript). This seems reasonably straight...
As it stands we are actively trying to remove JSTS from turf. Currently we only use the buffer operation in `@turf/buffer` - where we would like to rewrite to avoid...
So JSTS is already tree-shaken via turf-jsts but unfortunately that still produces very large bundles - 350kb for `@turf/buffer` - https://bundlephobia.com/package/@turf/buffer. It would probably require figuring out the validation paths...
Thanks for the detailed report - I think because null geometries are valid in the GeoJSON spec this is a bug. Feel free to raise a PR or perhaps one...
You can share GeoJSON like you share JSON in GitHub comments; using three backticks and then writing json, pasting your formatted GeoJSON, then closing with three backticks again:  It...
Hi @braco, yes unfortunately this is a known issue on the concaveman project which effects us downstream. I believe the underlying issue is actually a problem with Webpack itself (https://github.com/mapbox/concaveman/issues/18#issuecomment-637603023)....