Arnout Engelen
Arnout Engelen
Generated with: (echo -n "{\"examples\":["; cat cwec_v4.15.xml | grep Weakness\ ID | cut -d '"' -f 2,4 | sort -n | sed -e "s/\([0-9]*\)\"\(.*\)/\"CWE-\\1 \\2\",/" | sed -e "s/\\\\/\\\\\\\\/g" |...
`lib/DigestSender.php` is fetching users via `$this->config->getUsersForUserValue('activity', 'notify_setting_activity_digest', '1');`. This does not exclude disabled users on either side. Is this an oversight, or is the assumption that `notify_setting_activity_digest` should be disabled...
``` [info] welcome to sbt 1.4.9 (Oracle Corporation Java 11.0.12) [info] loading settings for project global-plugins from deptree.sbt,gpg.sbt ... [info] loading global plugins from /home/aengelen/.sbt/1.0/plugins [info] loading settings for project...
Right now the code generator produces debug logging to stdout by default. This should probably be opt-in (and important messages should be fatal warnings/errors)
The [documentation](https://docs.github.com/en/rest/dependency-graph/dependency-submission) for `scope` says: > A notation of whether the dependency is required for the primary build artifact (runtime) or is only used for development. Future versions of this...
When doing a 'find all references' (in vscode) on a method that overrides a method from a superclass, only references to the method on the subclass are returned. It would...
Based on CC0 public domain image from https://commons.wikimedia.org/wiki/File:Weapon_shield.svg
Since the update from 1.6.1 to 1.7.0, several Pekko builds fail with: ``` [error] at java.base/java.net.URI$Parser.fail(URI.java:2913) [error] at java.base/java.net.URI$Parser.checkChars(URI.java:3084) [error] at java.base/java.net.URI$Parser.parseHierarchical(URI.java:3166) [error] at java.base/java.net.URI$Parser.parse(URI.java:3114) [error] at java.base/java.net.URI.(URI.java:600) [error] at...
We expect that the SMTP proxy does not authenticate to the backend, except in the `PROXY` case and in the case where `proxy_smtp_auth` is enabled. This makes tests fail when...