Evan Cordell
Evan Cordell
looks like it should be fine: https://github.com/jackc/pgx/issues/866 https://github.com/jackc/pgx/blob/93c6b60429e13e0016665214dca2c6382982cf99/pgxpool/doc.go#L1
Again: https://github.com/authzed/spicedb/runs/4472166539?check_suite_focus=true
The kube scheduler can change the number of CPUs visible to a running container (without restarting it). I didn't find explicit docs on this, but [this comment](https://github.com/kubernetes/kubernetes/issues/87249#issuecomment-575101937) seems to confirm...
Glad you're interested in the hashring balancer! For now, would it suffice to import it from spicedb? We can look for a better place to contribute the balancer, but most...
Wrote a sketch with some thoughts [in this doc](https://hackmd.io/UB_9aaI9RpqLYO1fkH_UZQ?view) Instead of keeping global metrics on available snapshots, it could be simpler to just pass the namespaceconfig along during dispatch requests.
We definitely evaluate queries against namespaces at a specific snapshot now, which I think addresses the main issue in the title. But there are some other aspects described here that...
To clarify - this is only true if no schema is provided, correct? (i.e. the issue is with the automatic schema generation and not validation?)
What about splitting a `tuf` command back out? It could be useful to split "notary operations" from "tuf operations" in this way. `notary` for high-level commands (also indicates that your...
Lgtm, thanks!
@unullmass In your `docker push` logs that you have several: ``` Enter passphrase for targets/release key with ID e55d5be: Passphrase incorrect. Please retry. ``` It looks like the docker client...