Simon Li

Results 1067 comments of Simon Li

The new interface is a lot narrower than the existing one, and the form background is lighter which I find makes it difficult to distinguish the input fields from the...

Other than those comments go ahead with a release!

`extraFiles` are implemented as Kubernetes Secrets which are mounted into the pod as a file https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/6cadee8060c55692b3d831d1d10ab06e04e418e2/jupyterhub/templates/singleuser/secret.yaml so there's no way to make the file writeable, that'd be equivalent to giving...

postStart is provided by Kubernetes: https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/ so it can be shell command, either with the content of the file in-line or it could pull the file from an external resource...

I haven't thought too deeply about which parameters to pass, but providing the configurability requested in those linked issues through a hook is a great idea, and involves adding minimal...

Another thought is to state that hooks must take arguments as keywords, and should ignore unknown `**kwargs` to allow for future extensibility. We haven't made this requirement for hooks in...

We can only document it as part of the contract, and ensure we follow it in our own default hooks by changing `default_cull_arbiter` to accept keyword-only arguments: ```python def default_cull_arbiter(*,...

1 and 2 are fine. I can't think of a nice way to do 3 though. We could add a new hub API endpoint and UI to rename servers, but...

There's a JupyterHub doc on setting up real time collaboration https://jupyterhub.readthedocs.io/en/latest/tutorial/collaboration-users.html

I should be around for the July meeting, but also no objections to cancelling it.