Adam Fowler

Results 127 issues of Adam Fowler

## Describe Why This Is Awesome Soto is a Swift based SDK for AWS. It provides access to all AWS services for iOS, macOS and Linux. Linux access means it...

needs-review

Generating coverage files from test results is quite important. swift 5.2 install and I guess earlier don't include llvm-cov. It is present in the swift docker file though.

Currently `NIOConnectionError` is part of `NIOPosix`. If I am wanting to write a platform agnostic NIO package and respond to connection errors there is currently no way to do this...

⚠️ needs-major-version-bump

https://docs.aws.amazon.com/singlesignon/latest/PortalAPIReference/API_GetRoleCredentials.html

feature-request
good first issue

Currently it just strips out all the html tags and outputs that. Which means for some API documentation it just creates super long lines of text, which Xcode turns into...

help wanted
documentation

AsyncHTTPClient is currently dependent on Foundation. Would removing this dependency be a target for AHC? I have done a quick test to see where Foundation is being used. The main...

Repeatedly calling `flush` doesn't seem very optimal. - `HTTPClient.execute` calls `writeAndFlush` and because the body write isn't queued until the head has been written, the flush occurs immediately after the...

enhancement