Nelson Elhage
Nelson Elhage
If I have `pretty-quick --staged` as a pre-commit hook, and I commit some files directly, I get a weird state where the commit and the working tree end up with...
I commonly drop `hub` onto a new laptop just for the `hub clone user/project` syntax. It'd be awesome if that usage didn't require authentication for public repositories. In fact, I'd...
It'd be convenient to have a machine-readable schema describing which files exist, their keys, and the types (at least string/integer/double), to make it easier to write data loaders that could...
I've got a kube-cert-manager instance running in GKE using the configuration available at https://github.com/livegrep/livegrep.com which seems to be stuck; I have two certs approaching expiry, and the kcm isn't updating...
- Add requirements.dev.txt to install py.test - Refactor Timer slightly so we can call the formatting method without an instance - Add some tests! Just include some examples that span...
The following program attempts to multiply a single k x k matrix with a k-dimensional vector using `tl.dot`. The results appear to be gibberish -- I haven't been able to...
#### Problem description If I `smart_open` an S3 file in text mode, write some data, and then raise an exception, I expect the multipart upload to be terminated, and no...
BLUF: I'm seeing races caused by the `ZMQStreamHandler` in a notebook server being registered with two different event loops in different threads, resulting in corrupted data on the websocket and...
I'm trying to use `bcc` to trace a program that uses NVIDIA's NCCL library. NCCL includes both a `libnccl.so` and a `libnccl-net.so`. The matching logic in `` unfortunately means that...
I have a bot that's logging all games on the server for analysis. In some cases where White plays a move and then the game ends (I can't tell from...