Felix Geyer
Felix Geyer
## Describe the bug The API endpoint /v1/actions/process-check-result returns HTTP 500 when the given filter doesn't match any objects. ## To Reproduce POST https://localhost:5665/v1/actions/process-check-result ``` {"type": "Service", "filter": "host.name==\"does not...
The DB website shows some status remarks with a red exclamation icon instead of a gray one. However the hafas-client journeys() response doesn't expose this distinction. Example: ```js "remL": [...
Previously the last build was used which includes builds that are still running. Thus the check failed when passed "-f" while a build was running.
The "SO" sysconfig has been removed in Python 3.11. "EXT_SUFFIX" has been available since Python 3.4.
Quassel crashed on quit in ~MultiLineEdit() with Sonnet >= v5.102 since https://invent.kde.org/frameworks/sonnet/-/commit/ab31a3e27482539985c666a85aa0b07ac52c5c5f Thread 1 "quasselclient" received signal SIGSEGV, Segmentation fault. Stacktrace: QObject::removeEventFilter(QObject*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 Sonnet::SpellCheckDecorator::~SpellCheckDecorator() () at /usr/lib/x86_64-linux-gnu/libKF5SonnetUi.so.5 Sonnet::SpellCheckDecorator::~SpellCheckDecorator()...
AddressService::lookupAddressExternal() makes a request to https://nominatim.openstreetmap.org/ without using the proxy server configured in Nextcloud (`proxy`, `proxyuserpwd`, etc. config parameters).
mizuho contains minified jquery code (templates/jquery-1.6.1.min.js, templates/jquery-1.7.1.min.js) without the corresponding (uncompressed) source code. Distributions like Debian consider this as non-free software so these files would have to be manually stripped...
Thanks for providing these APIs! IPv4 connectivity works fine but some of the listed APIs are not reachable via IPv6. ``` % curl -6 -v 'https://v6.db.transport.rest/' * Trying [2a01:4f8:c012:91b7::]:443... *...
Pagination doesn't seem to be working with API v6. For example https://v6.db.transport.rest/journeys?from=8096021&to=8000085&departure=2023-08-01 returns 3 results with the latest departure at 04:46. Still both `earlierRef` and `laterRef` are `null` so it's...
Some distros have unprivileged user namespaces disabled by default (e.g. kernel.unprivileged_userns_clone sysctl). We should detect this and print a proper error (set the sysctl or use bwrap backend).