Chenfeng Bao

Results 41 comments of Chenfeng Bao

It also turns out that using float type timestamp doesn't give enough precision in testing even on my own computer. I guess I'll have to manually put in some wait...

Does `ignore_connection_errors` work for you?

Would an option like `treat_error_as_content` work then? So errors wouldn't be handled in a special way. When you have consecutive errors, no notice would be fired as long as they...

Preliminary investigation suggests this issue is caused by recursively checking nullability of the compiler generated [`EqualityContract`](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-9.0/records#equality-members) property on record objects. https://github.com/RicoSuter/Namotion.Reflection/pull/126 has a tentative fix (no tests...) that ignores all...

I'd also like to have file hashes captured for the purpose of having a better file version history. Metadata like mtime, ctime are often unreliable at telling whether a file...

This is a feature greatly desired by our team. We have multiple use cases where the ability to retrieve a single SSM parameter (or a few parameters in different path...

draft PR to support this: https://github.com/aws/aws-dotnet-extensions-configuration/pull/107

Not the issue author, but I've looked at the code change for v4, and pretty sure this requested use case is not covered by it.

I have a related issue, where occasionally (for reasons unclear yet) access token may be absent but id token still present, then access token won't be auto-renewed. I'm using okta-react...

@aarongranick-okta Thanks for the tip. Is the documentation in this [readme](https://github.com/okta/okta-oidc-js/tree/master/packages/okta-react#user-content-configuration-options:~:text=By%20default%2C%20authService%20will%20consider%20a,getIdToken()%20and%20getAccessToken()%20return%20a%20value.) inaccurate then? > By default, authService will consider a user authenticated if both getIdToken() and getAccessToken() return a value....