jkeys089

Results 6 issues of jkeys089

This PR updates the header in generated files per https://golang.org/s/generatedcode. I also had to make a few minor tweaks to get the tests passing.

We're running into a sporadic issue in our CI pipeline when retrying failed scenarios / updating report results via `suite.updateResults()`. We're hitting the following exception about 10% of the time...

bug
fixed

`ERROR: java.lang.UnsatisfiedLinkError: no awt in java.library.path` when attempting to build a native image that depends on AWT on macOS. Original issue reported at https://github.com/oracle/graal/issues/2842 The parent issue has been resolved...

bug
native-image

## Bug Report ### Capacitor Version 5.0.2 ### Platform(s) Android ### Current Behavior Making a `GET` request using CapacitorHttp with params like `{ "k": "a&b" }` results in a query...

platform: android

I get the stacktrace below anytime I open a project that uses eslint: ``` java.lang.Throwable: Exception parsing /projects/test/node_modules/eslint-plugin-vue/lib/rules/no-watch-after-await.js java.lang.NullPointerException: Cannot invoke "org.mozilla.javascript.ast.AstNode.getType()" because "iter" is null at org.mozilla.javascript.Parser.generatorExpressionLoop (Parser.java:3516) org.mozilla.javascript.Parser.generatorExpression...

I'm using v0.3.4 on python 3.6 and I'm seeing the following warning being logged during `Sender.accept_response` calls: `seen_nonce was None; not checking nonce. You may be vulnerable to replay attacks`...