Jürgen Zornig

Results 10 issues of Jürgen Zornig

In chromium Metrial Icons aren't rendered. Instead the text between the <i>-Tags is rendered as normal text. I would expect that the same app looks identical at least in chromium...

When I run the docker Container as described, I get a 'FATAL: could not open shared Memory Segment "/PostgreSQL.1804289383": Permission denied' error, which forces the container top stop. Because I...

I have three consumer groups, one should write messages just plain to the console, another one should update a state representing API with certain messages, and the third one should...

First thanks a lot for the great work, I am using log_progress in a couple of Notebooks and it improves presentations to my customers a lot. Currently I am shifting...

Hello! We tailored or own STAC Catalog / API with stac-tools (pgSTAC Backend, FastAPI) indexing publicy available precipitation data from here https://public.hub.geosphere.at/datahub/resources/spartacus-v2-1d-1km/filelisting/RR/SPARTACUS2-DAILY_RR_2022.nc As you can see, there is one NetCDF...

I am in a Kubernetes environment. PEPs are running as sidecar containers to the actual apps. So I definitely want to know whats going on and how I am able...

I have IdM and multiple PEPs (deployed as sidecars to the actual API Containers) deployed in a Kubernetes environment. Access Tokens are checked out from IdM API at deployment time...

## Summary The DuckDB Spatial extension currently supports ST_AsText() (WKT) and ST_AsWKB() (WKB), but lacks support for Extended WKT (EWKT) and Extended WKB (EWKB) — formats which preserve essential metadata...

enhancement

When doing a copy to - for example - a geopackage, the resulting layername inside the Geopackage is the same as the Geopackage Filename. There is no option to give...

I'm using duckdb-spatial in python to select data from an ESRI personal geodatabase and insert it into a PostGIS Table. My Query basically looks like this ```sql INSERT INTO db.a_schema.a_geo_layer...