Bruno Willenborg

Results 24 issues of Bruno Willenborg

This feature request is related to https://github.com/3dcitydb/importer-exporter/issues/178. Currently, the extent for tiling has to be computed by the user beforehand. It would be nice, if there was an option for...

enhancement

Docker supports building images for multiple CPU architectures using [`docker buildx`](https://docs.docker.com/desktop/multi-arch/). This is becoming more relevant, as for instance the new generation of MACs comes with `arm64` CPUs. * [Announcement...

enhancement
docker

When doing a CityGML export with the new CLI `-g, --bbox-tiling=` seems to require `-b, --bbox=`. For `export-vis` the bbox is now automatically computed, based on the features selected for...

* Avoid that the build and push to DockerHub workflows are triggered, when prereleases are edited. * This applies to the other 3DcityDB Repos too ### Todos - [x] Re-push...

bug
docker

Docker can test if a container is still working using [healthchecks](https://docs.docker.com/engine/reference/builder/#healthcheck). This is especially important when orchestrating services and one services depends on a functional state of another services, like...

enhancement
docker

Docker supports building images for multiple CPU architectures using [`docker buildx`](https://docs.docker.com/desktop/multi-arch/). This is becoming more relevant, as for instance the new generation of MACs comes with `arm64` CPUs. * [Announcement...

enhancement
docker
blocked

## CKAN version - All CKAN versions ## Describe the bug The documentation of the SMTP settings should be improved. As you can observe in this issue (tum-gis/sddi-ckan-k8s#4), we had...

I recently created issue forms for other Github repos. Those forms help users to create meaningful issues and provide all information we need, e.g. version numbers, logs. We can ask...

enhancement
discussion

Github labels are a cool thing to organize issues and PRs. I recently did some reseach on labeling systems and found a couple of approaches how use labels more efficiently:...

enhancement
discussion

Hey there, this is similar to #118. I have following in a `values.yml`: ```yaml readinessProbe: # -- Enable/disable readiness probe # [Readiness probe](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes) # See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#Probe) for details....

bug