mmd

Results 476 comments of mmd

`["out":"json"]["timeout":"30"];` is rejected because it is invalid syntax! You need to use `[out:json][timeout:30]; ` without any `"` in there. See https://github.com/zsoltk/overpasser/pull/13 where this issue was already fixed.

> It might be an idea to switch to Overpass Query Language as well? Right, this is a highly recommended step. XAPI is totally outdated these days and only supported...

It's failing with the same error message even when you run the binary `constexpr-everything` as part of GitHub actions: ![cs3](https://user-images.githubusercontent.com/5842757/166106642-152a129d-dda8-4117-83b8-173985597609.png) https://github.com/mmd-osm/constexpr-everything/runs/6147801714?check_suite_focus=true

may be related http://overpass-turbo.eu/s/rUF

btw: originally reported on talk-de https://lists.openstreetmap.org/pipermail/talk-de/2017-September/114274.html - which is is a bit pointless for bug reports.

I'm a bit confused by this proposed change. There are basically 5 different queue classes, which are being handled by `request_queue_fetch_request` in the following order: 1. Priority Request Queue, 2....

Thanks, your munin link makes a lot more sense than mine. So yes, Dirty Queue as prio 4 both has to discard entries due to its currently limited size, and...

mod_tile looks quite abandoned since about 3, maybe even 4-5 years. There's quite a number of outstanding pull requests with suggested improvements, but even merging those seems to be difficult....

> I wouldn't be too concerned about lack of maintenance though - renderd/mod_tile are intensively used in OpenStreetMap's production setup so if it works for them Well, it sort of...

This issue has been featured both on https://www.openstreetmap.org/user/kocio/diary/44687 and https://lists.openstreetmap.org/pipermail/dev/2018-August/030348.html, that's why I'm posting here. Honestly, I don't really know where this project is at or what the status of...