Bruno Willenborg

Results 55 comments of Bruno Willenborg

Hey there, as shown [here](https://github.com/tum-gis/cesium-terrain-builder-docker#image-variants), the Alpine image runs on GDAL v3, the Debian image on GDAL v2. I assume that this causes the difference. If somebody manages to get...

@pulsejet By now,`@nextcloud/dialogs` v5.0.3 is available, see https://github.com/nextcloud-libraries/nextcloud-dialogs/releases. This line from the release could possibly be a fix to this: - fix(FilePicker): On button click also emit the current directory...

Any news on this? The problem is still there in v6. For all other app (e.g. Files) this it's working fine.

I made some experiments with multi-arch github workflows. This (https://github.com/BWibo/3dcitydb/blob/master/.github/workflows/edge.yml) works, but it does not use the official PostGIS Docker image, because it still lacks `arm64` support. It uses https://hub.docker.com/r/kartoza/postgis/...

Hey there, check this out: https://github.com/tum-gis/cesium-terrain-builder-docker/pkgs/container/ctb-quantized-mesh I just added a multi-arch build workflow, that builds for `amd64` and `arm64` both `debian` and `alpine` image variants. It would be cool if...

@abigstupidbear Have you tried this out? Please report back if you did! Thx in advance.

This depends on the build process and the versions of the dependencies for different base images versions. As `ctb` is no longer actively developed, the build is very likely to...

Thx, I'm egerly waiting. Let me know when you have something. I can offer to test this on Kubernetes.

@TomeCirun Thx, for the fix in #72. I'll try to test this some time this week. Some questions and comments @jqnatividad @TomeCirun: - When I checkout `dev-v1.0` and build a...

One more thing: Can I expect the jobs database to be functional with this version? Do I need to set the URL to the jobs database to through `SQLALCHEMY_DATABASE_URI`? @jqnatividad...