Joschka Thurner

Results 13 comments of Joschka Thurner

As @giohappy has summarized [here](https://github.com/GeoNode/geonode-project/issues/209#issuecomment-908499422): The `geoserverfixture` task is conceptually broken and there is no real path to fixing it - without knowing the current geoserver password, you can not...

Looking at this again, maybe just fixing the current implementation to work once on init is better, and having to manually update geoserver on later password changes is fine (same...

just to confirm – 6de3420 fixes all errors with polygons from `rnaturalearth::ne_countries`, across any types and scales, both CRAN and github versions. I wrote a little test to identify which...

FWIW, here are the failing polygons from the most recent `rnaturalearth` package versions. None of the approaches I had seen before today were able to make them convert ([code](https://gist.github.com/jthurner/e8ae1a09901b31bf88c72351b69e772a)). ```...

@edzer ~~in your example above, the s2_geography object returned by `s2_rebuild()` is valid – but it fails when converting to binary again at the end.~~ *EDIT: Oh well, the return...

Dear Roman, the signature should now be consistent with pp.run_timeseries, please check if these changes are what you had in mind.

Merged develop and updated CHANGELOG. > for some reason I cannot update the branch (usually there is a button "Update branch" but not in this case) Because the fork is...

> So it seems the registry is running as dracula which is weird. If you did not change the defaults, the container runs with [UID 1000](https://github.com/twuni/docker-registry.helm/blob/b5ad18ea834c68fc97cd66c42cd11970fd9b879e/values.yaml#L155). You can [configure securityContext](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)...

Travis fails due to new xts version - see https://github.com/hzambran/hydroGOF/issues/4

fixed missing documentation, squashed and rebased