Abhi Sinha

Results 3 issues of Abhi Sinha

### Describe the bug? Cache manager does not seem to use the resource based cache when creating a cache manager for the api client like: ``` val cacheManager = Caches...

bug
OKTA-873726

### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request - Please do...

enhancement
triaged
api-parity

zio-schema-bson can't properly handle missing fields in bson even if the field is marked as optional. see example below ``` final case class Test( a: Option[String] = None, b: Option[String]...