Min RK
Min RK
In my experience, it's more the updates that cause problems than the lack of them. If `node-http-proxy` needed to drop an engine support, that would be a very different story....
We can shift our default to TraefikProxy. What do folks think? I never managed to finish migrating z2jh to traefik, but that's perhaps because I tried to do too many...
Thanks for the report! I've migrated the issue to the batchspawner repo, which should be responsible for handling fault tolerance talking to batch systems.
Thanks for the PR! I'm curious how this occurs, since the repro steps given in #775 don't appear to reproduce the issue (pip-installed repo2docker has the right permissions already, since...
I just came back to this idea after having a super positive experience with buildx build caches for a large, repeated conda install with small changes between rebuilds. I think...
> Basically in a situation where you build and rebuild and rerebuild the same repo by adding commits to your repository it becomes quite tricky to (re)find the log of...
I do! It's always a good idea to be sure you are up-to-date with both jupyterhub and the authenticator. It's also best to open issues with ldapauthenticator on the ldapauthenticator...
This is creating a trust issue by discarding information. I'm not sure we want to do it this way. If we want to change what information is used in tornado,...
proxy headers are hard because there's an arbitrary number of layers of proxy headers and you have to decide how many layers you want to trust. E.g. when you have:...
Highlights from [conda docs](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html?highlight=channel%20priority): Three options: - **channel_priority: false** - all channels are created equal, whichever channel has the latest matching version wins (almost never desirable) - **channel_priority: flexible** -...