jkeys089

Results 25 comments of jkeys089

@shiyanhui I'm not sure if there is a problem with Travis or if something is actually broken here. The Go 1.6 env is failing on `The command "go get golang.org/x/tools/cmd/goimports"...

@shranet I'm not a windows user and I don't have easy access to any windows machines. Is this fix tied to a specific OS version, OpenSSL version, architecture, etc...? I'm...

@pejovica Just checking in here - is this issue blocked by https://github.com/oracle/graal/issues/4921?

We have a very similar setup (Google Cloud SQL postgres for the application db and BigQuery for data warehouse) and we're experiencing the same issue. I was able to track...

@ptrthomas if you don't want `compareImage` to throw, just configure `mismatchShouldPass: true`.

@ptrthomas it currently matches the behavior of `karate.abort()` / `abortedStepsShouldPass` so I think it is consistent in that way.

@markemer title updated. It is just Android (also see: https://github.com/ionic-team/capacitor/pull/6586).

Thanks for responding @kumar303. Here is a reproducer that may help: ```python from mohawk import Receiver, Sender from mohawk.util import parse_authorization_header credentials = {'id': 'abc123', 'key': 'superSecr3t!', 'algorithm': 'sha256'} url...

@kumar303 There is no nonce returned in the server's response (see https://github.com/hueniverse/hawk#response-payload-validation). Just to be sure, I also checked the reference client and it doesn't have any reference to a...

Sample code which demonstrates my statement above: ```python from mohawk import Receiver, Sender from mohawk.util import parse_authorization_header credentials = {'id': 'abc123', 'key': 'superSecr3t!', 'algorithm': 'sha256'} url = 'https://example.com/test?id=1' method =...