Mike McCarty

Results 5 comments of Mike McCarty
trafficstars

> ISPC is treating true as non-zero and it's not always 1, sometimes it's -1. And this is for performance reasons, as when dealing with vectors -1 value might be...

> The only thing that died in #5480 is an easy API to pass a pre-configured instance of an LB policy. @ejona86 Okay, so what if a pre-configured (custom) LB...

@ejona86 I recently inherited this code so I'm not super confident about being able to answer those questions in detail at this point. I can say it relates to server...

@ejona86 Thanks for the info. AFAICT, I'm looking at your per-Channel configuration scenario so this is all good info. All that said, I got started down this road because I...

I've encountered a similar problem and my workaround is to forcibly exclude `EnvironmentAWSCredentialsProvider` that is normally part of the `DefaultAWSCredentialsProviderChain` chain. In our case, this change doesn't break any of...