Nick Rabinowitz

Results 130 comments of Nick Rabinowitz

I think the issue here is that we don't have any installation process at present that would put these commands directly in your PATH. So unless you've installed the library...

We do not expose max edge length in the library (though perhaps we should), but you can see related work here: https://observablehq.com/@nrabinowitz/h3-area-stats The min/max values here are based on knowledge...

Thanks for the bug report and test case! I think your diagnosis here is sound, and we can take a look at potential fixes.

We don’t have any current plans to do this, but it seems like a great idea!

Trying hard to follow :). Should this part: ``` p(n) = 5*h(n-1) + p(n-1) = 5*7^n + p(n-1) ``` read ``` p(n) = 5*h(n-1) + p(n-1) = 5*7^(n-1) + p(n-1)...

> Given those complexities I am not convinced a more efficient algorithm would be significantly more efficient. True, but I'm actually more concerned about correctness. I don't think the current...

This would now be called `edge`

Sorry, I was basing my wording on the [docs](https://cloud.google.com/endpoints/docs/openapi/specify-esp-v2-startup-options#cors): > Sets the response headers to the following values: > > ``` > Access-Control-Allow-Origin: * > Access-Control-Allow-Methods: GET, POST, PUT, PATCH,...

That's correct. Thanks for validating my assumption here - please consider this a feature request in that case 😁.