Matt Fisher

Results 87 comments of Matt Fisher
trafficstars

I'm going to try and give it a shot this weekend, will let you know whether I'm able to work it in or not! You may see a PR from...

>For code review, I greatly prefer lots of smaller commits rather than one monolith, if you can manage it. No problem :)

Thanks for the response! TIL about the non-standard `platform` key. I see that in the README now! In my first pass of the README, I jumped straight to the `pyproject.toml`...

>Conda and related tools are neither Python-specific nor project-specific, so in my mental model it doesn't make much sense to manage them with `pyproject.toml` This is an excellent point that...

I'm going to be running a workshop next week and just discovered the lack of `man` pages in our image. Is there any workaround for this? >All solutions that I...

[Here's](https://github.com/CryoInTheCloud/hub-image/pull/65) how we resolved this problem for our workshop, but it added ~3GB to the image size. I'd like to find a more space-optimized solution, since I think `unminimize` is...

I experienced some unexpected behavior and added a warning to the docs :point_up:

I feel like more documentation is needed. When I create a `Dockerfile` following these instructions and attempt to build, there are errors because the Dockerfile references paths that aren't in...

Thanks @manics! Is there anything that can be documented about migrating from a config-file based build to a Dockerfile-based build? Does `repo2docker` provide any value add for that use case?...

https://github.com/jupyterhub/repo2docker/issues/700