Jimmy Zelinskie
Jimmy Zelinskie
For now we've been nudging people toward asking questions in GitHub issues or in real-time on [Discord](https://authzed.com/discord). This issue is to track interest in enabling [GitHub Discussions](https://docs.github.com/en/discussions) and using that...
We currently do not do any code signing. It wouldn't be much work to adopt what's done in [this thread] (e.g. [how in-toto signs releases]), using [cosign] with [goreleaser]. [This...
One of the major benefits of using [CockroachDB] is that it can optimize performance for [multi-region deployments]. Here are a few unexplored ideas for ways that this could be handled...
The default values for ports are not the same between serving a production instance of SpiceDB and running a test server. Ideally they should use the same defaults so that...
Because this project uses [goreleaser pro], we can easily [publish to fury.io][fury-pub] on release so that Deb and RPM based Linux distros can have a source to configure, rather than...
From my understanding, the existing devtools API is not too far off as the [playground](https://play.authzed.com) that it drives is implemented with Monaco (the engine behind VSCode).
Creating this issue to gauge interest
There is no validation that deduplicates or asserts that every Tuple provided to `authzed.api.v0.ACLService.Write()` must be unique. Because of this, it is up to the data store to determine whether...
The [authzed.api.v0.DeveloperService], which is used to power the [Authzed Playground] and any schema language tooling, supports formatting and compilation errors, but it does not include any linting or warning information...
A CLI command that runs a demo of SpiceDB with a schema and data already that generates load would be useful for both load testing and showing users what using...