Leonard Ehrenfried

Results 202 comments of Leonard Ehrenfried

I'm going to try to extract a minimal example from my large-ish application. Not sure when I will get around to doing this.

One thing I neglected to say is that Kryo 5 has built in support for Java 17 records which we plan to start using in OTP.

The failing Travis test are due to the upgrade to 0.13.15. I've fixed them in my recent SBT 1.0 PR. If you rebase this PR onto the current master, they...

Oh, and by the way, I fully support this PR and the use of present tense in particular. I agree that this should be in a version 2.x though.

For people subscribed to this thread, someone already wrote a PR implementing this: https://github.com/actions/delete-package-versions/pull/29

I must admit I'm not enthusiastic about adding a supervising wrapper around the update process since nominatim itself has some logic to retry. I'd much rather fix the underlying problem...

It should work anyway since the data is in the volume. It appears thought that that didn't work. What is the content of `/home/paul/nom_data/postgresql` on the host machine?

I'm no windows user but does docker on windows use some sort of VM? Maybe you need to allocate more disk space to the VM?

There is a PR about it: https://github.com/mediagis/nominatim-docker/pull/186 Perhaps you'd like to take it over.

Our concern was that you'd have to build an image yourself and call a bunch of commands via exec rather than just using environment variables for config. If you have...