Ravi Subramanian
Ravi Subramanian
It seems there's a `withRetryCount` API in the `builder` but it doesn't seem to be used/supported? https://github.com/instacart/truetime-android/blob/0630cdf3341b82c2fb16d0ff3e95c32c4ee1a78c/library-extension-rx/src/main/java/com/instacart/library/truetime/TrueTimeRx.java#L31 I was under the impression perhaps that this would provide retry behavior until...
Hello, I have the following setup for the Google OAuth plugin on Gerrit. ``` [plugin "gerrit-oauth-provider-google-oauth"] client-id = xxx link-to-existing-openid-accounts = false domain = example1.com use-email-as-username = true ``` This...