CH Albach

Results 10 issues of CH Albach

This release seems more "official": https://github.com/kubernetes/charts/tree/master/incubator/elasticsearch I'm wondering if there are intentional design differences, or if it's just two independent implementations. At least one caveat to that incubator version I've...

per https://github.com/broadinstitute/gatk/pull/7624

Currently, `HttpError`s will propagate up the stack through the dstat library when using the Google provider. Would be good to centralize error condition handling in the dstat library itself and...

Currently: ``` dsub --logging gs://bkt/logs/ ... dstat --full ... ... "logging": "gs://bkt/logs/generated-job-id.log" ``` Possible return value: ``` dstat --full ... ... "logging": { "controller": "gs://bkt/logs/generated-job-id.log", "stderr": "gs://bkt/logs/generated-job-id-stderr.log", "stdout": "gs://bkt/logs/generated-job-id-stdout.log" }...

Default behavior if an empty `status_list` is provided should be to return all operations by status. status `*` functionality should be isolated to the CLI layer.

## 🐛 Bug ``` # template.ipynb parameters block foo: None|str = None ``` ``` $ papermill -p foo BAR ... Passed unknown parameter: foo ``` Expected: this warning not to...

bug
help wanted

**Assumption**: there is currently no supported way to force `read_gbq` to use the BQ storage API. I'd be happy to be corrected if I missed something! **Is your feature request...

type: feature request
api: bigquery

gpytorch currently pins a single version of jaxtyping, which causes dependency issues when installing this package in combination with others: https://github.com/cornellius-gp/gpytorch/blob/c62c324aff0732ab0a1b6f37119e27f4612e33a7/setup.py#L42 . Please remove the restriction or relax this dependency...

Hello @patrick-kidger . I checked the release notes and didn't find it mentioned so I don't know whether it's an intentional behavioral change or not. I bisected the issue to...

**Assumption**: there is currently no supported way to force `read_gbq` to use the BQ storage API. I'd be happy to be corrected if I missed something! **Is your feature request...

type: feature request
api: bigquery