Johannes Visintini
Johannes Visintini
I just checked out your addon, that might be very useful. I often use the [openrouteservice](https://openrouteservice.org) and it's currently not recognized by the addon. It would be nice if that...
There is no Version flag. How can I create proper Bug reports without a version flag. Related to #6.
``` [Unit] Description=Prometheus Authguard Server Instance After=network-online.service Wants=network-online.target [Service] Type=simple ExecStart=/opt/prometheus/authguard -web.listen-address=0.0.0.0:8082 -web.proxy-to=127.0.0.1:9119 -user=username -pass=passphrase -crt=[…]tmp.pem -key=[…]tmp.key Restart=always [Install] WantedBy=multi-user.target ``` Unfortunately there is no version flag, so I can't...
According to [CONFIGURATION.md](https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md), there is currently no possibility to check UDP Ports. Sure, this Problem is a little bit harder to manage than TCP, because you have no defined followable...
see https://github.com/GIScience/oshdb/pull/419#discussion_r687899809 and https://github.com/GIScience/oshdb/pull/419#discussion_r687896073
#283 brought up a lot of empty tests. Check all empty tests, if they are required for the related test set. If not, replace them with a comment. Avoid empty...
Q/A (from #283) relating to e.g. https://github.com/GIScience/oshdb/blob/c637936209abe4834f751e4f16cec350ae49e7fc/oshdb-util/src/test/java/org/heigit/bigspatialdata/oshdb/util/geometry/osmhistorytestdata/OSHDBGeometryBuilderTestOsmHistoryTestDataRelationNotMultipolygonTest.java#L473-L483 > > What is the need or requirement for the many try-catch blocks that just throw the exception again in tests? > >...
It would be nice to have a feature similar to [global bounding box](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#Global_bounding_box_.28bbox.29) `[bbox:49.3711,8.625,49.4397,8.7334]` for areas. That could be realised with `[area:area(areaid)]`. Example without that feature: ```js [timeout:25]; // in...
With [SotM 2020](https://2020.sotm.org) ([XML](https://sotm.osmz.ru/2020.xml)) using giggity I recognized, that reminders and program is not in local timezone but UTC. It would be nice if the local timezone (of the android...