Tim Head
Tim Head
Can we/should we make jupyter server proxy more robust against broken entrypoints? I just had the case where I forgot to import a module in my package that has an...
This issue is the place to discuss the interplay between having the conda-forge/broken channel available in repo2docker and the future change of `conda` to use a `strict` channel policy. I'd...
Fixes #263 Python normalises line endings to always be "platform appropriate". So by reading in a file that potentially uses `\r\n` (because it was checked out from git on Windows)...
One thing missing for fully reproducible environments is a mechanism for pinning the version of repo2docker. Several people have proposed ideas and it seems we have a plan: repo2docker will...
I was expecting to be able to run several commands as the command repo2docker runs but can't work out how. Something like `repo2docker https://github.com/binder-examples/conda-freeze conda install numpy pandas && conda...
### Bug description If you run the following command (not explicitly providing a `--ref`): ``` repo2docker --no-build https://github.com/bokeh/bokeh-notebooks ``` will lead to the following labels being added to the container...
Has there been any discussion on the best way to upgrade a running TLJH? Having some documentation with recommended steps and/or questions to ask yourself would be good. If you...
Private repositories can be cloned by creating an OAuth token and inserting it into the repositories URL. This allows users to clone private repositories without sharing their github password with...
I would propose having a weekly call to talk about what each of us are working on and what we'd need help with. Or just to talk about what our...
Some classes and files have `handler` in their name but they aren't handlers in the `tornado` sense of the word. We should rename the file/classes. There are also a few...