Simon Li

Results 1067 comments of Simon Li

The only binary compiled from Go that I'm aware of is Traefik. https://github.com/jupyterhub/the-littlest-jupyterhub/blob/main/tljh%2Ftraefik.py#L32 Does switching to the latest version resolve the CVE warning?

Running a minimal command means we can pre-pull an image by running it as a daemonset. Do you have a suggestion for a better way to pre-pull images? Would you...

Would an ExtensionApp allow someone to for example build a completely minimal application without any default endpoints (e.g. no contents API)? If not, is there a higher level base class...

I think the condition should be `github.repository == 'jupyterhub/binderhub' || github.event_name != 'schedule'` to prevent scheduled workflows running on forks.

This doesn't rule out CHP- to do that you'd need to compare this with another proxy like Traefik. For example, if CHP isn't closing connections as fast as the browser...

Can we test this without JupyterHub? Run JupyterLab, manually start CHP, create a CHP route to JupyterLab, and access JupyterLab via CHP. Based on the above if you open another...

This is the simplest CHP/JupyterLab setup I can come up with: Run CHP on default ports (8000 and 8001), no auth, log all requests: ``` configurable-http-proxy --log-level debug ``` Create...

@felder I haven't tested that since CHP _shouldn't_ be proxying pods to hub:8081, the pods should connect directly to the hub:8081. External Hub API requests will go through CHP though,...

I've got no objections to switching to `jupyterhub-sphinx-theme`. If you open a PR we can use the readthedocs automatical PR preview to check whether everything is OK.

Mamba is a re-implementation of conda, so although it would be nice for the mamba docs to be self-contained it seems OK to refer to the conda docs. `uv` is...