Mikkel Kirkgaard Nielsen
Mikkel Kirkgaard Nielsen
On the [AMO page](https://addons.mozilla.org/en-US/firefox/addon/display-_anchors/) the extension is listed as being distributed under the MIT/X11 License but I can't find any reference to that (or any other license) when looking in...
Commit a617d7bc9b60425ab6b53365a5cc65ff40131be0 changed the license from CC0 to ISC but not in README.md.
* Use "Transport" for both layers showing public transport cartographies * Indicate cartography name of transport layers in parenthesis to distinguish * Also eliminate "map" in layer names, which seems...
I saw this "Persistent storage maximum size reached" message in the JS console of a Firefox profile of mine from which a site of ours using Paho mysteriously hadn't been...
Use absolute server name in all example URLs, this prevents 404 HTTP status codes from examples when accessing the manual on main site dev.overpass-api.de where API is non-responding. Add a...
When experimenting with the issue in #37 I was puzzled that gl_server didn't respect port number on the command line as instructed by the usage/help text which indicated it should...
The quickstart (simulator) instructions in the README.md seems to be out of date. The gl_server listens by default on port 21984; ``` ~/openpixelcontrol$ bin/gl_server -l layouts/freespace.json Loaded "layouts/freespace.json" as channel...
It is a bit confusing that this repository is a fork of https://github.com/openstreetmap/potlatch2, which lists https://git.openstreetmap.org/potlatch2.git/ as official [together with OSM wiki](https://wiki.openstreetmap.org/wiki/Potlatch_2/Developer_Documentation) but indicating in issues ([1](https://github.com/openstreetmap/potlatch2/pull/1), [5](https://github.com/openstreetmap/potlatch2/pull/5), [9](https://github.com/openstreetmap/potlatch2/pull/9), [18](https://github.com/openstreetmap/potlatch2/pull/18),...
Like #5114 and #7163 I also encountered an endless loop today in conflict checking on a locally deleted entity that had been updated on the remote. This was on the...