Balint Pato

Results 40 issues of Balint Pato

Similar to [TFQ](https://github.com/tensorflow/quantum/actions/workflows/cirq_compatibility.yaml), ReCirq could benefit from knowing about breaking changes earlier rather than later coming from Cirq.

devops
cirq

https://github.com/GoogleCloudPlatform/runtimes-common/tree/master/integration_tests#standard-logging + review #72 in addition.

test case

I think we might need a bit of a redesign here, couldn't solve it quickly, so I'll document the problems I see. Currently in our build we have the following...

bug
enhancement

* There is quite a bit of duplicated code in the test scripts (https://github.com/GoogleCloudPlatform/openjdk-runtime/blob/master/scripts/). * There is a deviation from the structure in tomcat-runtime and the jetty-runtime It seems it...

enhancement

Rarely, but GKE deployments are not happening when ``kubectl -f apply`` is executed. In this case the current gke_integration test just keeps waiting on the new version of the test...

test case

As @aslo pointed out, with the approach on [docker-library](https://github.com/docker-library/openjdk/blob/1dce6353dcbb15f09479e7043f48082051967139/9-jdk/Dockerfile#L1-L5), we could avoid[ duplications like this](https://github.com/GoogleCloudPlatform/openjdk-runtime/pull/129#discussion_r134253323) between our dockerfiles. We could go as easy as providing a separate folder where the...

enhancement

Explore and implement in the openjdk-9 image the useful bits from the new JVM logging features: https://docs.oracle.com/javase/9/whatsnew/toc.htm#JSNEW-GUID-BA9D8AF6-E706-4327-8909-F6747B8F35C5 GC logging seems interesting for debugging: http://openjdk.java.net/jeps/271

enhancement

See https://github.com/GoogleCloudPlatform/openjdk-runtime/pull/121 for more details where this came up. In [the "local emulation" of the cloud build](https://github.com/GoogleCloudPlatform/openjdk-runtime/blob/master/scripts/cloudbuild_local.sh) a python script is pulled in from the python runtime - which is...

I propose that starting `skaffold dev` should start the dev loop, even if the first build or deployment fails. I see no additional value in keeping the first build failed....

help wanted
kind/feature-request
priority/p1
area/dev
fixit

After upgrading to ipython 7.23 we see this error when running our notebooks with papermill: ``` Exception encountered at "In [13]": --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/ipykernel/pylab/backend_inline.py in...

bug
notebook
core