Dmitry Chirikov

Results 10 issues of Dmitry Chirikov

## Description When JupyterLab runs under JupyterHub guidance, all resource or API path are rewritten to `/user/username`. This is being set via JUPYTERHUB_SERVICE_PREFIX environment. For kernel icons this settings is...

bug

Instead of spamming in #174 I will create another PR. This is an attempt to bring shared file systems support. `sharedFileSystemPath` allows the provisioner to use a filesystem that is...

Hi devs I read through code and configs and find out that volumes are created with 0777 privs. I think this is suboptimal, as local users on the host can...

### 1. Issue or feature description Device-plugin does not bother to properly do a cleanup of the info about GPUs after MIG enable/disable or after reconfiguration ### 2. Steps to...

lifecycle/stale

Hey, devs! First, thanks for the great project! Really useful and helpful. I found a weird behavior while experimenting with dictionary keys containing dots (".") in it. Here is the...

docs

I'm currently working on a new custom kernel provisioner but I'm finding it a bit tricky to handle errors properly. It seems like the function KernelProvisionerBase.launch_kernel should always give back...

## Feature Request #### Describe the problem you need a feature to resolve. Hi Team. In helm-operator code the /metrics endpoint is exposed and is using 3rd party component `kube-rbac-proxy`...

area/dependency

## Description Jupyternaut fails when trying to use NVIDIA::playground_llama2_70b (and other models from NVIDIA) with: ``` ValueError: Model meta/llama2-70b is incompatible with client ChatNVIDIAProvider. Please check `ChatNVIDIAProvider.get_available_models()`. ``` When suggested...

bug

With 6.5.1 (and 6.5) I am getting 500 error if I add `Host: http//1.1.1.1:80` or similar non-RFC values. ``` 2025-06-11 23:12:48,612 - tornado.application - ERROR - Uncaught exception Traceback (most...

Tried recent versions of `github.com/google/cel-go/cel` - v0.23.2 and v0.24.1. With both of them seeing the issue. The workaround: add `replace github.com/google/cel-go => github.com/google/cel-go v0.22.1` into `go.mod` file

lifecycle/stale