John Dennison

Results 5 issues of John Dennison

Thanks for this great talk and slides to play with. Wanted to update given mike's new repo.

I have a use case where I am serializing digests from non-jvm envs and want to be able to create jvm digests from pre-merged list of centroids. the `add(double x,...

This came up in a pykafka compression issue. https://github.com/Parsely/pykafka/issues/508 So byte arrays above a certain size causes a seg fault. ``` (pypy) ➜ cat s.py from uuid import uuid4 import...

I am trying to debug an issue with my docker container. Is there a way to control the log level of the containers from an ENV VAR?