Jonathan Whitaker
Jonathan Whitaker
It looks like this is mostly an issue of the newer verion of Bazel not supporting things like `FileType` and `allow_single` (now `allow_single_file`) etc.. What's the latest working version of...
@rodaine I'm saying that's what I'd expect the behavior to be. But as it stands, you can have a repeated field with `min_items: 1`, but if the field is entirely...
@professorabhay awesome! We look forward to the contribution. That will make our lifes as maintainers a little bit nicer when writing tests in the future. Thank you!
@professorabhay hows it coming along? Anything the maintainer team can help with? Do you have a branch of your fork that we can take a look at so we may...
Two main differences I see between this PR and the alternative proposal in #1246 include: * Storage interface has changed to return a `*TypeSystem` specifically instead of an `*openfgav1.AuthorizationModel`. This...
Here are some thoughts I wanted to share: 1. The Typesystem package should not know anything about the Server layer. Server specific error handling and error codes are not the...
> I disagree with this. Packages are meant to put related code close together. The reusability/composabilty aspect is achieved via other means, including but not limited to design patterns such...
@dependabot rebase
We will revisit this refactor and the changes we'd like to make at a later time. This is out of scope of our top priorities right now. Closing for now,...
@miparnisari your suggestion neglects the main objective > It heavily makes use of a shared mutex that is shared across reads and writes. Since people are using in-memory for production...