Shaun Verch
Shaun Verch
## What? This adds the getAttachments method to get all the attachments from a pdf document. ## Why? This is basically implementing the suggestion in https://github.com/Hopding/pdf-lib/issues/534#issuecomment-662758789, where the use case...
## Description Fixes #494. This makes it possible to run terratest against a custom aws endpoint. This allows it to be used woth [Moto's standalone server mode](http://docs.getmoto.org/en/latest/docs/server_mode.html) for example, to...
Thank you for the great guide!
First of all, thanks for this project, I've been using it for a while. I have my `.gitconfig` in version control and I've been using this configuration to not have...
MONIE_KEY_FILE and MONIE_CERT_FILE can be used to control what certificate is served up by this server. Taken mostly from https://github.com/ctz/hyper-rustls/blob/master/examples/server.rs.
In the AWS service definition you're using as a source for this, there's a ["members" field](https://github.com/aws/aws-sdk-js/blob/master/apis/iam-2010-05-08.normal.json#L6753): ``` "ListUsersResponse": { "type": "structure", "required": [ "Users" ], "members": { "Users": { "shape":...
The [source spec](https://github.com/aws/aws-sdk-js/blob/master/apis/iam-2010-05-08.normal.json) for this doesn't have any mention of "GET" as far as I can tell, but the [generated result](https://github.com/APIs-guru/openapi-directory/blob/master/APIs/amazonaws.com/iam/2010-05-08/openapi.yaml) has a "POST" and "GET" equivalent for every API...
The [AWS v4 signing process](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) makes it difficult to test that these specs actually work against the real AWS API, but [moto](https://github.com/spulec/moto) has an option to disable authentication, and has...
Steps to reproduce: - Go to https://api.github.com/repos/planetscale/vitess-releases/releases/latest - Download the tarball at `tarball_url` - Download the tarball at `browser_download_url` - See that they are different I'm not sure if this...
Our use case for kafka involves high latency (on the order of a second round trip time) and sudden bursts of messages on the order of 300k. We are seeing...