David Ellis
David Ellis
I don't want to get into a Linux distro flamewar (Linux is my daily driver, I've had enough of those over the years), I wanted to point out that we...
This is an estimator function to make sure we allocate enough memory to fill a bounding box for polyfill. It's intentionally undersized (the `0.8`) to make sure that it never...
So I would argue refactoring this wouldn't actually get us anything, and it's best to leave it alone.
So assignment to a polygon is based on the location of the center points of the hexagons. This was chosen because if you have two perfectly contiguous polygons, the entire...
You only need to expand around the polygon by the edge length. You're confusing a border around an arbitrary polygon with a radius. To create a border equal to the...
> @dfellis understanding and implementation Minkowski sum is quite time consumming. May be it will be better if we add some optional boolean parameter to `polyfill` function which as default...
Yep! Making the smaller index the first one is a good solution. Validating these bidirectional edges should also mark an inverted form as invalid. A more efficient uni/bidirectional edge also...
Hi @AshnaSabu123 That error is saying that [the expected link of the database to itself has disappeared](https://stackoverflow.com/questions/61786029/missing-after-conn-db-link-in-connection-info-string) (which we use to allow the engine to inject itself into these blocking...
> Even for developers that are very experienced in AWS, adding a JSON policy still requires looking it up in stack overflow and validating its content manually and then treading...
Concrete steps to tackle this: 1. If we make the `updateOrReplace` function choose between an `update` function and a `replace` function, we can reduce the "branchiness" of the current `update`...