Greg Wiley

Results 6 issues of Greg Wiley

The IO coupling of PutObject and GetObjectResponse make testing difficult. When testing code that uses Amazonka, it is effective to use test doubles that set up AWS request/response scenarios purely...

feature request
post 2.0

Running the example multiple times always produces the first recording I made. Macbook M1, MacOS Montery, rustc v1.65 To reproduce: ```bash # run the example (and say something) cargo run...

This capability would allow us to easily configure shared native library output with hpack.

enhancement
help wanted

Suggest that the documentation be more explicit on what responses result in exception. In particular, what status codes result in an exception? What statuses are the responsibility of client code?...

Components with visual behaviors should manage their own state and not rely on Redux. The side nav requires redux for its visual behavior. To use it, the application needs to...