Matt Riedemann
Matt Riedemann
We just started noticing that some tooling which is using this code hangs in 4.5.0: ```python import jsonschema import ruamel.yaml YAML = ruamel.yaml.YAML() ... with open(fname, "r") as f: self.config...
Yesterday we upgraded from [email protected] (with [email protected]) to [email protected] (with [email protected]), specifically from our package-lock.json: ```json "pg": { "version": "8.2.1", "resolved": "https://registry.npmjs.org/pg/-/pg-8.2.1.tgz", "integrity": "sha512-DKzffhpkWRr9jx7vKxA+ur79KG+SKw+PdjMb1IRhMiKI9zqYUGczwFprqy+5Veh/DCcFs1Y6V8lRLN5I1DlleQ==", "requires": { "buffer-writer": "2.0.0", "packet-reader": "1.0.0",...
Python 3.7 is the currently the oldest supported version: https://endoflife.date/python However, the setup.py, tox.ini (and maybe other locations) in this project have code for older end of life versions, e.g.:...
### Bug description Yesterday I upgraded our testing environment cluster from z2jh 0.9.0 to 0.10.6. This is on IBM Cloud's Kubernetes service and running Kubernetes 1.18.5. There is nothing very...
This issue (#187), or maybe something related, seems to be present still in 2.1.0. We were hitting some TimeoutErrors in an exponential backoff loop trying to submit a request (network...
`c.KubeSpawner.k8s_api_threadpool_workers` defaults to 5*ncpu [1] which is what a ThreadPoolExecutor in python defaults to as well [2]. The description of that option says: >Increase this if you are dealing with...
### Terraform Version ``` $ terraform -v Terraform v1.2.6 on linux_amd64 + provider registry.terraform.io/ibm-cloud/ibm v1.44.0-beta0 + provider registry.terraform.io/logdna/logdna v1.8.0 + provider registry.terraform.io/pagerduty/pagerduty v2.4.0 + provider registry.terraform.io/sysdiglabs/sysdig v0.5.30 ``` ### Affected...
We have a CI build that runs this notebook: https://github.com/Qiskit/qiskit-tutorials/blob/stable/0.23.x/tutorials/circuits/1_getting_started_with_qiskit.ipynb It started failing this morning with this error: ``` [NbConvertApp] Converting notebook /tmp/qiskit-iqx-tutorials/qiskit/tutorials/circuits/1_getting_started_with_qiskit.ipynb to html [NbConvertApp] Executing notebook with kernel:...
In the spec: https://opentracing.io/specification/ Under the `Set a Span tag` section there is a link that goes to https://opentracing.io/specification/semantic_conventions.md which gives a 404. The text is: > Note that the...
Looks like the same root issue as #1399 but that was closed and I can't re-open it (not sure why it was closed). This is with pygithub 1.55: ``` File...