Andy725

Results 4 issues of Andy725

In a Windows desktop application, I'm storing 8 custom types under different keys to a box using `box.put(k, v)`. Printing the `box.toMap()` shows all of the values correctly stored. When...

Just finished debugging to discover that a field was missing in the generated typeAdapter, because it was of type `final List`. hive_generator failed silently on this, generating code that wrote...

enhancement

In one use case, the mentioned function consistently errors out. Here's my relevant code. Let me know if there's an alternative way I should be using the method. ```java private...

Running this to create & triangulate the polygon incurs this error: ``` Exception in thread "main" java.lang.IllegalStateException: Unable to find a convex corner at org.locationtech.jts.triangulate.polygon.PolygonEarClipper.compute(PolygonEarClipper.java:169) at org.locationtech.jts.triangulate.polygon.PolygonEarClipper.triangulate(PolygonEarClipper.java:61) at org.locationtech.jts.triangulate.polygon.PolygonTriangulator.triangulatePolygon(PolygonTriangulator.java:114) at...