James Milner
James Milner
@schontz can you confirm this is fixed for you now? If so feel free to close the issue.
Interesting, I can reproduce this. On Firefox `indexedDB` is simply undefined. I think this is something to do with it being a Data URL and it treating it like local...
@Raidus that Glitch seems to have disappeared. Do you have the code snippet which causes the error?
@Raidus I can still see it on `null` on Firefox. On Chrome seems to be defined, but the success callback never seems to be called when you use `open`. I've...
Hi @jeff-emanuel, thanks for raising an issue. I think this would fix it: ```go if i == numcores && size < len(pts) { size++ } ``` but maybe there's a...
I'm not sure that's true as `i` starts at `1`. So` i == numcores` would mean when it's the last batch i.e. `4 == numcores` and we have 4 cores,...
Turf is licensed under MIT - https://github.com/Turfjs/turf/blob/master/LICENSE Is that what you're asking?
Just as an update, I will proceed to close unless there's any follow up regarding this issue. Thanks!
@kalwalt no worries! Thanks for your reply. Just a heads up, I got this working last night using (a slightly modified) version of the [jsartoolkit build that is used in...
Hey @baffioso thanks for raising the issue, I appreciate your input. I can totally see the benefit of this sort of functionality - I would love to add a more...