Chris Watson

Results 7 issues of Chris Watson

This is a bit of a niche one, but it caused a discrepancy in our tests vs reality, so still worth flagging up. `curl -I https://s3-mock/bucket/file?X-Amz-Algorithm=xxx&X-Amz-Credential=xxx&X-Amz-Date=xxx&X-Amz-Expires=xxx&X-Amz-Security-Token=xxx&X-Amz-Signature=xxx&X-Amz-SignedHeaders=host ` Actual: `200` Expected:...

bug

> [You must now specify a specific set of credentials for signed request work. Use S3RVER for both the Access Key ID and Secret Access Key.](https://github.com/jamhall/s3rver/releases/tag/v3.0.1) This is fine, but...

enhancement

When I install Chromium (`68.0.3440.75-r0`) from the default repositories in the latest alpine image (`3.8.1`), it always fails: ```shell > apk add --no-cache chromium > chromium-browser --version Segmentation fault ```...

(Found in IE10) ``` new Url('//url-with-relative-protocol.co.uk/blah').toString(); // actual -> 'url-with-relative-protocol.co.uk/blah' // expected 1 -> '//url-with-relative-protocol.co.uk/blah' // expected 2 -> [current page's protocol] + '//url-with-relative-protocol.co.uk/blah' ```

help wanted

- Support single quotes around arguments - Support spaces in quoted arguments

Are there any plans to implement `acquireTimeout` as a connection option (in keeping with mysqljs/mysql)?