jekkos
jekkos
It seems that the rate limitation is already set to 1s. Another recommendation is to set the referrer or user agent in the request. Alas this cannot be done if...
@odiea that might be as expected, my guess is that your specific IP was blocked by nominatim. In fact it does not matter whether you use the service locally or...
I tested again and still working for me on dev. Does it work for you now as well?
@BudsieBuds to avoid a tricky migration I would just drop the language config in the db for 3.4 upgrade. Its only a small annoyance and a user can quickly restore...
Very cool thanks for this contribution @SteveIreland !
I will upgrade the docker also to the newer MySQL version. Also we can update the docs and mention this supported version.
@SteveIreland we should not forget migration scripts to apply same changes to existing installs.
I have rewritten the commits in master branch as I'd like to keep a linear history. A local merge made commit made it in there which sort of 'pollutes' history...
Cool to hear you're picking up some new tricks. I have changed the dev server to point to master again. Indeed currently there is an issue running the db init,...
I guess the conversion of your diff to migration should not be too hard. I'll try to solve the upgrade issue first on older MySQL. Once that works, I might...