ImreSamu

Results 209 comments of ImreSamu

The installation guide you linked is quite old (from 2019): https://gis-ops.com/valhalla-part-2-how-to-run-valhalla-on-ubuntu/. It's not surprising that it doesn't work. A more up-to-date installation guide is in the README here: --> https://github.com/valhalla/valhalla?tab=readme-ov-file#installation...

imho: this is important part ( adapted from the https://github.com/valhalla/valhalla/blob/master/Dockerfile and missing from the Documentation ) * ` -DCMAKE_C_COMPILER=gcc -DENABLE_SINGLE_FILES_WERROR=Off `

> So should I build from source or use the docker image? For running Valhalla using Docker, I recommend this repo: https://github.com/nilsnolde/docker-valhalla. However, some Docker knowledge is required. IMHO: using...

@afeef-pv > official Docker image and the latest planet OSM ... AWS .. Which version exactly was used from here: https://github.com/valhalla/valhalla/pkgs/container/valhalla/230238162?tag=latest ( `ghcr.io/valhalla/valhalla:latest` ) The `linux/amd64` or the `linux/arm64`? Additionally,...

@afeef-pv : > We've been trying to build the planet OSM with the official Docker image It’s possible that I misunderstood the _"official Docker image"_. Could you please specify exactly...

> I can share more information, ... As an independent tester/user, may I ask for a few more details? * PostgreSQL settings ( configuration parameters ) * More platform info...

I created a temporary AI-assisted patch for my issue. It should be reviewed, but with this I can continue testing for now, and maybe it will also be useful for...

commit 757f89b351e2c2175c0df723a4d5987b48a0a54f ( Date: Thu Dec 11 2025 ) Other repro ```sql DROP TABLE IF EXISTS o_text_test; CREATE TABLE o_text_test ( id integer, content text STORAGE MAIN ) USING orioledb;...

I wanted to gently bump this PR. I recently ran a `govulncheck` scan on the `gosu` binary currently present in the `supabase/postgres:17.6.1.059` image, and it flagged several vulnerabilities. Merging this...