Mark Liffiton

Results 25 comments of Mark Liffiton

The `listings` package doesn't list OCaml in its [table of predefined languages](http://texdoc.net/texmf-dist/doc/latex/listings/listings.pdf#13), only ML. The inclusion of `Ocaml.ml` as an example file was likely a mistake on my part. What...

I'm not sure whether my case is relevant to yours, but I had similar issues with collisions between a dynamic and a static convex resulting in the dynamic body "mushing...

I think PR #59 fixes the logout issue. I don't know when a new package will be uploaded to npm, though.

Just installed fine for me with `jupyterlab-hub-extension-0.9.0.tgz`. ``` jupyter --version -> 4.4.0 jupyterhub --version -> 0.8.1 jupyter-lab --version -> 0.32.0 ``` Looks like it was fixed in #53 and someone...

This only stands a small chance of being relevant, but I had a similar issue when running ``jupyter lab build`` -- it would freeze while resolving packages with jupyterlab-hub-extension listed...

So it looks like an incompatibility with yarn in particular. `jupyter lab build` uses yarn, and its current version bundles yarn v1.5.1. But that version doesn't work well with Node...

That's a good thought, but no they don't. Each student has their own user and home directory. I've tested it out a bit, and I think at least some of...

I've tested it more, and it seems to be fairly consistent. I can't test it enough to find a clear cutoff, but if I wait maybe two minutes or more...

Ah, okay. It was only an issue because of how the class waited for everyone to catch up before I told them to move on. It's probably not an issue...