Kyle Kelley

Results 148 issues of Kyle Kelley

With the arrival of Docker 1.9, we can now set up isolated networks or any myriad of networking setups directly with the Docker API. As mentioned on [an issue on...

In the same way that jupyterhub launches the configproxy in the same container, we should do that here as well to make operations simpler.

While the two `ioloop.run_sync` operations are running, provide a static page letting the user know the pool is warming up.

We need to create pools for each image type that we care about. This should also adhere to the spec lightly outlined in https://github.com/binder-project/binder/issues/8.

We have [decent reference images](https://github.com/jupyter/docker-demo-images) that [tmpnb.org](https://tmpnb.org) uses but it would be really nice to help communities across the globe launch their own setup that has a sane security posture.

sprint-friendly

Our cleanup (using `docker stop` instead of `docker kill`) helps clean up file descriptors during culling but we still have a major problem: all the file descriptors that get opened...

``` [I 150427 21:06:32 spawnpool:298] Booting server at [user/JwBPPIPZBTyw], getting HTTP status [599] [I 150427 21:06:32 spawnpool:298] Booting server at [user/JwBPPIPZBTyw], getting HTTP status [599] [I 150427 21:06:32 spawnpool:304] Server...

When not many people are on a tmpnb installation, subdivide cpu_shares amongst them. I'd like for it to be that when only one user is on a box, they get...

Context: I'm running a ZeroMQ `Dealer` and sending a message that the `Router` (written with pyzmq) can't consume. When the `dealer` does a `receive`, I get this error: ``` {...

question
6.x
documentation

In order to support/use ZeroMQ from Zed (for Jupyter notebooks and related interactive computing environments), I need to have zmq.rs support `smol` as the runtime. Posting to starting drafting this.