Doug Tangren

Results 401 comments of Doug Tangren

Is this part of the default provider chain in other aws sdks?

For reference here's java's list https://github.com/aws/aws-sdk-java/blob/c493c38c2e0f6a323b4084d163556fd40be64773/aws-java-sdk-core/src/main/java/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.java#L49

Fwiw I added a Serialize impl to output structs a while back but with a config attr so they would only be derived under a test config. The usecase was...

Since [size is a particular thing under consideration](https://github.com/rusoto/rusoto/issues/1323), what do you think about adding a compiler flag feature to enable that with it disabled by default to keep generated code...

re: "cs foo where calling foo --version does something undesirable (like waiting for user input forever)" lol, I totally just ran into that, though it was a bug in my...

I'm a little against this because it suites a specific use case and prevents a potentially wanted exception from bubbling up. My general option is that yea runtime exceptions suck...

I'll have a closer look this weekend. I may have missed something.

So I'm just now finding myself running into this issue and I think what you added makes good sense. I already have another branch that I've been working on with...

I can probably document this better. in the test I'm expressing the want to retry something up to 3 times if the initial try fails, according to what success is...

thanks for the feedback @Matzz I'll try and clean up the readme. In the meantime you can checkout the test dir for some examples https://github.com/softprops/retry/tree/master/src/test/scala