Robin the Release Engineer
Robin the Release Engineer
Have you ever found a solution for this ? I'm bumping into the same problem.
Old issue, but I just bumped into this problem today. My solution is to keep working with the normal `Features`/`Geometry` instances provided by this library, until I need to call...
I tried to make the code a bit more clear by leaving some additional comments and doing a bit more code cleanup. Let me know if there are specific parts...
Looks like this PR isn't ready to be merged. The following test fails: ```java @Test void foo() { DateParser parser = DateParser.newBuilder().optimizeForReuseSimilarFormatted(true).build(); String inputString = "2022-08-09 19:04:31.600000+00:00"; assertEquals(parser.parseDate(inputString), parser.parseDate(inputString)); }...