Russell Howe
Russell Howe
This is a request for the inverse of https://github.com/kubernetes/client-go/issues/351 Where environment variables contain proxy settings, it can be useful to specify that they should be ignored when communicating with the...
**Describe the bug** No audio devices detected on a Dell XPS Plus 13 9320 Linux 5.18.0, Debian unstable. Tested with both Debian firmware-sof-signed package (2.1.1) and also using the sof...
Use assertThrows() to positively assert that an exception was thrown, rather than using fail() to assert that it wasn't not thrown.
Per the JSON schema
new URL(String) was [deprecated in Java 21](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/net/URL.html#constructor-deprecation) The Maven Wrapper docs say that Java 7+ is supported, so we can switch to using URI.create(String).toURL() instead, which is supported in Java...
### Expected behavior When DEBUG=1 is set for the plugin, the debug logs should log the AWS request bodies so that it's possible to see what requests are being made...
Update all dependencies to latest
It would save some time for the generally unhinged if there was a simple "create petition" button that used the generated content to create a new petition on the petitions...
### Terraform Core Version 1.5.7 ### AWS Provider Version 5.10.0 ### Affected Resource(s) * aws_sns_topic ### Expected Behavior A broken policy should have been retrieved from AWS without causing the...
The previouslyRecovered and type fields were not included in `equals`, `hashCode` or `toString` of ScheduledHealthCheck Take the opportunity to align the `toString` methods with other Dropwizard code, using string concatenation...