Balint Pato
Balint Pato
Since runId was introduced now k8s resources are recreated. We should think about carefully how to enable idempotent behavior again.
See #2039 for context. This assumes that we can somehow detect the helm repos from the users helm charts and then try a `helm repo add` during `skaffold init`. We...
**How to reproduce the issue** ``` print(cg.Sycamore23) print("=" * 30) print(cg.get_engine_device('rainbow')) ``` ``` (3, 2) │ │ (4, 1)───(4, 2)───(4, 3) │ │ │ │ │ │ (5, 0)───(5, 1)───(5,...
It would be useful to have integration tests against the Engine API to make sure that things work end to end. Now with the cirq-infra GCP project (#3317) we could...
It looks like we should update `launcher.gcr.io/google/jetty` references to `gcr.io/google-appengine/jetty` ```` gcloud beta container images list-tags launcher.gcr.io/google/jetty DIGEST TAGS TIMESTAMP 7c37e49bfbbf latest 2018-01-04T10:41:30 de73d24071dd 2017-12-21T17:14:05 d45ab119069b 2017-12-18T15:02:26 ```` ```` gcloud...
I'm a big fan of visualizing mathematics, and just ran into the group explorer which I find very cool. Roughly two and a half years ago I created a prototype...
Today, if you want to switch _all_ your builder types to kaniko from local docker, you'll have to repeat all your artifacts. This is cumbersome so people resort to using...
Maybe I'm doing something wrong, but the code below is failing. I expected `from_iter` to result in a `BitVec` with the same `len()` as the number of iterated elements. ```rust...
**Description of the issue** Our notebook test infra is pretty good but has one gap: pre-release notebooks are not tested in isolation, only on PRs against the given branch. This...
Take this PR as a draft regarding `ax` in the plotting API. A bug: `ax` is unused currently in `plot_tree_rubberband` - so I fixed that. I also passed `ax` in...