Jan Høydahl
Jan Høydahl
Mystery solved. We have pip requirement `holidays>=0.9.10` and in `0.15` released this autust they [removed `England`](https://github.com/dr-prodigy/python-holidays/releases/tag/v.0.15) > Drop support for UK subdivisions as countries (England, Scotland..) (dr-p) I'll make the...
I see Ishan already did the `UK` change, thanks. So committed a change to `requirements.txt` to pin all lib versions to avoid future surprises.
I see you are awaiting my review on this. Would you mind bringing it up to date and resolve conversations that are settled, and then spell out where you need...
@jprante Guess many of us are waiting for a 5.x compatible release. Any status to report or a description of what's left? Possible to split the effort into smaller parts...
@jprante could you merge this so we can chat in Gitter about the project?
> @janhoy What about https://github.com/ykursadkaya/homebrew-openlens? I've been using it right after openlens came to live. Does your formula add any other improvements over ykursadkaya's one? Have you tried it? Do...
Synched with main and moved CHANGES entry to 9.2. WIll merge soon.
Abandoning
I brought this PR up to date with main, so it can be easily tested. You can check out the PR branch locally, build and then try installing, or you...
I had the same issue, but solved it by using `JtsGeoJSONWriter` instead of `GeoJSONWriter` from spatial4j: ```kotlin org.locationtech.spatial4j.io.jts.JtsGeoJSONWriter(JtsSpatialContext.GEO, JtsSpatialContextFactory()).toString(myShape) ``` I also had some success with https://github.com/bjornharrtell/jts2geojson