Balint Pato

Results 40 issues of Balint Pato

Since runId was introduced now k8s resources are recreated. We should think about carefully how to enable idempotent behavior again.

kind/bug
area/deploy
priority/p3
tech-debt

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...

help wanted
kind/feature-request
deploy/helm
priority/p3
area/init

**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,...

kind/bug-report
triage/accepted
area/google
area/google/device

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...

kind/health
area/google
area/google/engine
priority/p3

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...

kind/feature-request
priority/p2
build/docker
build/kaniko
kind/todo

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...

kind/health
triage/accepted
area/ci
priority/p3

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...