Ben Vernier

Results 5 issues of Ben Vernier

The goal of this PR is to add an `abortSignal` parameter when making calls using the `PromiseClient`, which cancels the gRPC stream when the signal is aborted. There has already...

First draft at updating to Wails v2 to get macOS Ventura compatibility.

### Problem Statement The SpiceDB docs cover a [Two writes & commits](https://authzed.com/docs/spicedb/concepts/relationships#two-writes--commit) scenario to do dual writes between an existing system and SpiceDB. Those docs suggest performing a `WriteRelationships` call...

kind/proposal

This PR is part of a proof of concept for https://github.com/authzed/spicedb/issues/1903. It temporarily uses a `replace` statement in `go.mod` to use the files generated in https://github.com/benvernier-sc/authzed-go/tree/write_relationships_status from https://github.com/authzed/api/pull/106. It defines...

area/api v1
area/datastore
area/dependencies
area/tooling

This PR is part of a proof of concept for https://github.com/authzed/spicedb/issues/1903. It adds a `with_status` boolean field on `WriteRelationshipsRequest`, and creates a new `RelationshipUpdateStatus` type that gets included in `WriteRelationshipsResponse`...