Charith Ellawala

Results 80 comments of Charith Ellawala

go-git v5.5.0 contains https://github.com/go-git/go-git/pull/410. We should test this again with that version.

I was just wondering whether we could simplify the ticker business a little bit because there are two independent tickers going at the same time and my hunch is that...

So, if we make the `local` log notify us only when it actually writes any records to the database, we could just keep a tally of notifications received by the...

Hi, thanks for suggesting rqlite. Personally, I'd like to support it as well but it currently doesn't have a `database/sql` driver -- which complicates things for us because we have...

Yeah, I understand why they need a different driver. It's just that we are a really small team and having to implement, test and maintain a separate code path, keeping...

Hey @SuperAayush thanks for offering to help. There's no active development on the [only library](https://github.com/willabides/kongplete) available for generating completions for Kong and it doesn't work with latest releases of Kong....

Please update the documentation at https://github.com/cerbos/cerbos/tree/main/docs/modules/deployment/pages and https://github.com/cerbos/cerbos/blob/main/docs/modules/ROOT/pages/installation/helm.adoc as well. Run `make docs` to preview changes locally.

I wonder if https://github.com/matt1484/spectagular might be useful for this.

It sounds like you're trying to implement an access control list (ACL). One way to do that is to store the mapping of resource to users in your own database....