Results 21 comments of nicolov

Sorry for the license oversight, and thanks a lot for your efforts. Yes, I did import the code originally to get streaming to work, but haven't made any of the...

Sorry to hear that. Do you have enough memory, etc... Maybe try using `top` or similar tools to see if the CPU is still being utilized by the python process...

Thanks, I did not know about this. pngs for the win!

IIRC black images are ok, because the values are within the 0-21 range. Try opening them in numpy or a photo editor to make sure.

I don't think it would be complex, but I didn't get around to it back when I implemented this. Do you think this is still a competitive architecture?

I have the same issue with clang 3.8 when using libc++ (which is probably why you only saw this on Mac). The workaround works on Linux too.

LGTM, or we could change `ENTRYPOINT` to `CMD` IIRC.

Yes, this was the idea that I had in mind when refactoring the code, but I didn't want to make too many changes at the same time (and didn't have...

I suggest that the comparison should be done based on the _output paths_, rather than the inputs. By matching outputs across builds, we can: 1. Compare the input files, both...

+1, it would be nice to have updates about this. From what I could gather, it seems that Google has a patched libc to allow `dlopen` from within a zip...