johnjaylward
johnjaylward
I have 2 items I'm looking for: 1. Being able to use my own NextCloud server "Out of the box" (`$prefs['_GLOBAL']['hide_preferences'] = false;`) 1. Disabling possibly slow connections with the...
When using the admin panel, if a configuration screen has long y-scrolling (like the alias page), editing or deleting aliases makes the modal confirmation box appear off-screen. Due to the...
maven declares the `` tag on a dependency to be a boolean(`true/false`), but the propdeps plugin instead creates an optional dependency as `optional` in the pom. I would expect the...
This has been a "known" issue for some time, but as mentioned in #672, the `JSONArray.iterator` method is exposing the raw values from the backing array instead of JSON-compliant values....
Currently we have an `accumulate` method on `JSONObject`, however, we don't have an easy way to get back out a consistent value (i.e. JSONArray). One area where this is most...
Oracle itself has ended support for Java8 and many companies are starting to move off of 8 and onto at least 11 (the next [and current] LTS after 8). Oracle...
**Is your feature request related to a problem? Please describe.** In ECS there is no top level "log.level" property. Generally in Elastic, this doesn't seem to pose an issue as...
I'm not sure which game pulled in the old dependencies, but I got these 2 items which were removed from the main tree in January, 2020: * media-libs/gst-plugins-base:0.10[abi_x86_32] * media-libs/gstreamer:0.10[abi_x86_32]...
Gentoo has removed media-libs/jasper from the base tree due to security issues. To support the game, this overlay should probably have an ebuild available with an EWARN message indicating that...
This PR fixes 2 issues I ran into while trying to debug connection issues with a legacy SQL2000 server. First commit corrects the return type expectation for a call made...