slessard
slessard
Exporting the error variables would allow me to check the type of error in a manner that is friendly to recent versions of Go using the `errors.Is` function. Here's an...
Jira ticket has been created. https://jira.qos.ch/browse/LOGBACK-1445
Is there anything I can do to help get this PR merged to master?
I just hit this same issue after relocating a package during a refactor. The command I ran was ``` golangci-lint run ``` Like @OscarVanL I was able to work around...
See this pull request in jellydator-validation that makes clear the behavior for booleans with the `Required` rule. https://github.com/jellydator/validation/pull/18
Here's the patch for a test case ``` diff --git a/openapi3filter/req_resp_decoder_test.go b/openapi3filter/req_resp_decoder_test.go index 709cdc9..be5f02d 100644 --- a/openapi3filter/req_resp_decoder_test.go +++ b/openapi3filter/req_resp_decoder_test.go @@ -796,6 +796,22 @@ func TestDecodeParameter(t *testing.T) { err: &ParseError{path: []interface{}{1},...
I just finished installing VS Community 2015 with Update 1 and had the same problem. I followed the advice of @alxlu and installed the templates only to run into yet...
@suztomo there is no detailed error message in the maven output when building the entire repository with Java 17. Building Maven Dependency Graph Analyzer just fails with no clear reason....