Burt Holzman

Results 12 issues of Burt Holzman

When enumerating rules in a role, providing multiple apiGroups and resources leads to invalid resource apiGroups combinations. E.g.: - apiGroups: ["", "apps"] resources: ["pods", "deployments"] rules: ["create"] This allows "create"...

Hi @guillaumerose, Any chance for a tag and release soon? I'd like to see https://github.com/containers/gvisor-tap-vsock/pull/106 make it in (and then on to homebrew).

This adds support for dask workers to specify the SNI host separately from the TLS endpoint. In some environments (such as a Kubernetes cluster running dask-gateway), the schedulers may be...

&#x1F6E0 DevTools &#x1F6E0 [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/holzman/mlflow/pull/10982?quickstart=1) #### Install mlflow from this PR ``` pip install git+https://github.com/mlflow/mlflow.git@refs/pull/10982/merge ``` #### Checkout with GitHub CLI ``` gh pr checkout 10982 ``` ###...

area/docs
rn/none

## Description An invalid page_config.json can cause a crash when connecting to a notebook server. I'll have a PR in for this momentarily. ## Reproduce ``` mkdir -p ~/.jupyter/labconfig touch...

bug

We extended j-r-u for monitoring disk usage in $HOME for our service. Looks like at least one other person was interested in something similar: https://github.com/jupyter-server/jupyter-resource-usage/issues/186

## Description A zero-length page_request.json will cause connections to the server to fail with error 500. ## Reproduce `echo "" > ~/.jupyterlab/labconfig/page_config.json` ## Expected behavior Normal connection to notebook (with...

bug

In order to print tty output, the termHeight for the vt100 module needs to be between 6 and (current window size - 7). Fixes #4766.

status/code-review

My code, so my bad! If the termHeight is greater than (current window height - 7), the tty output doesn't appear; I guess this is the behavior of the vt100...

kind/enhancement
area/ux