Fabrice Aneche
Fabrice Aneche
According to go-git source code it may supports some parts of ssh auth but it’s something I haven’t explored yet while writing the puregit module. > On Jun 27, 2019,...
see my pull request https://github.com/mapbox/mapbox-ios-sdk/pull/636
bump Could this be merged?
bump could this PR be merged?
also updated the dockerfile for 0.6.2 https://github.com/akhenakh/prometheus-nats-exporter/commit/62dba6397d086dcca60bccaa93b08b604af0e712
In the fully-standardized revised GeoJSON specification (aka [RFC 7946](https://datatracker.ietf.org/doc/html/rfc7946)), polygons should follow the right-hand rule - exterior rings are counterclockwise, interior clockwise. However, for backward-compatibility, this is not required. Polygons...
your loop is probably containing the world,rather than just the area you are expecting, check for clockwise ordering of your points
I've answered too fast, a loop can't have duplicates points, (not like geosjon polygon) and the result is probably your loop containing the world ``` // Loops are not allowed...
Thanks for your answer! I agree with you, option 3 looks nicer to use, but does not really align with the rest of functions where we need to pass a...
Nice work. Thanks. I have a working branch around to use the xapian indexes from the zim files. I'll check if it's compatible with those changes especially around cgo since...