Charith Ellawala

Results 80 comments of Charith Ellawala

``` failed to get check for [maggie.default]: failed to get compilation units: interrupted (9) ``` Looks like a race condition in the test teardown. Because the store is a singleton,...

https://github.com/vitessio/arewefastyet

SGTM. If they have fixed the issue with parsing Go benchmark suites, it would be good to incorporate it into the PR workflow.

Are they open to accepting a PR to fix the issue? I would prefer to use the "official" action if possible.

That PR has been open for over a year so it's unlikely that it will get merged soon. I wonder whether there are other alternatives -- even a more actively...

Current tests exercise the following: - x86 arch (the test suite has been run on ARM64 as a one off but it is not regularly run as part of CI)...

There's no good solution for tests that require secrets (e.g. credentials to access a GitHub policy repo, credentials for actual GCS, S3 etc.). Although we can use CI secrets, that...

Hi. Thanks for your interest in Cerbos and offering to work on the MongoDB driver. While it would be great to have more storage options, we need to consider a...

This is something the definitely needs improvement. At one point I was investigating [CUE](https://cuelang.org) to do this. Unfortunately it didn't have support for disjoint unions (`oneOf`) at the time. Maybe...

Current hurdles: - Otel metrics are still in pre-alpha stage. - The gRPC plugin does not have any metrics we currently get from the OpenCensus plugin. Those metrics are quite...