Simon Li
Simon Li
The plausible script `https://plausible.io/js/script.hash.outbound-links.js` is present on subpages (`https://jupyter.org/*`) , but missing from the top-level https://jupyter.org/
Can we get one more fix in? Should be straightforward: https://github.com/jupyterhub/kubespawner/issues/868
As you've pointed out the image is updated on the main branch. There are no significant changes https://github.com/jupyterhub/zero-to-jupyterhub-k8s/compare/4.2.0..HEAD so it's fine to override your hub image to use the latest...
There's also some calls in proxy.py https://github.com/jupyterhub/kubespawner/blob/7ba57a8c915b190b24d514d91427620c08eb1353/kubespawner/proxy.py#L358-L360
The original docs would've been in RST. When MyST came out we switched some repos to use Markdown. In some cases it was a full migration, in others MD was...
Hi! Can you explain what the purpose of this change is? Z2JH is tightly coupled to the image provided in this repo, which already sets the working directory https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/645094dd64b0536aae925e92393fed7bbc6370d2/images/hub/Dockerfile#L78 This...
This repo is mostly used by mybinder operators. We usually rely on the community's help with these sorts of questions- there's so many ways to run things on mybinder there's...
Does the new `buildx` backend still use the standard Docker API?
Could we make the `useradd` conditional, and run `usermod --home "/home/${NB_USER}" --login "${NB_USER}" ubuntu` if the user exists?
Originally repo2docker should've worked fine with Podman when run as a service since podman has a docker compatible API: ``` podman system service --time 0 export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock ``` After https://github.com/jupyterhub/repo2docker/pull/1402...