Min RK
Min RK
I think tackling this will give us a chance to generally improve logic around "objects created to go with the pod". Using consistent labels for *any* object created by kubespawner...
`Authenticator.pre_spawn_start` is not defined by default. Do you have a custom Authenticator? I see from your config that you are using `oauthenticator.gitlab.GitLabOAuthenticator`, but this class does not have a non-empty...
Unfortunately, with the way Binder works, at least, warnings are essentially invisible since they only occur at build-time and build only occurs once, not for each launch. Only local repo2docker...
> Am I missing something? @betatim is right. I updated the description: We only want to run freeze.py in the conda buildpack. This will regenerate the eight `environment.pyX.Y[.frozen].yml` files. >...
> For step 2 do you want to allow anyone to be able to run the command? Can it be anyone with write access to the PR branch (i.e. author...
For anyone who is looking at picking this up, https://peterevans.dev/posts/github-actions-how-to-automate-code-formatting-in-pull-requests/ seems to show pushing git changes after a run. I think [the default token has push access](https://docs.github.com/en/actions/reference/authentication-in-a-workflow), but it's a...
Adding some extra error handling would indeed be great. If you have a traceback, we can make the changes in the right place. A PR would be very welcome!
I think specifying the base image essentially needs to freeze the template and buildpack versions (basically everything), since it has cascading compatibility issues for every buildpack, and it will not...
> Figure out how to freeze packages for arm64 (Refreeze with conda-lock #1024 makes it a lot easier) I *believe* this will mostly be adding `--platform linux-aarch64 --platform linux-64` to...
Sorry for leaving you hanging. Can you share the logs from CHP and the backend server (ideally with `--debug`) when this happens and the command-line options you use? It should...