Evan Cordell

Results 81 comments of Evan Cordell

Thanks for the report @gregsheremeta - I swear I've seen this before and fixed it before. I agree that it's confusing, the values should be swapped.

There is a tracking kube bug here: https://github.com/kubernetes/kubernetes/issues/57049 Does drain with `--force` not solve the problem until this is addressed upstream?

Generally you'll want to use the objects in `pkg/cmd` to configure an in-process SpiceDB; these are the public interfaces to the internal code. Here's an example of how to build...

After some discussion with @josephschorr, now that we have nodes watching for schema changes (point 1), I doubt we'll ever implement point 2 (or the alternative, point 3). We almost...

/reopen I believe this is still an issue

> a distinct service will be added to SpiceDB to use the watch API to keep the counts up-to-date in-memory Instead of a distinct service, we could use the DB...

I _think_ this is a bug with the filesystem sharing in dinghy/boot2docker. If you're using one, try switching to the other? Found a couple of other references to this problem:...

> It uses a single connection, which means it should stay connected to the same replica I possibly just missed it, but it looked like you were using a `pgxpool.Conn`...