Vadim Chekan
Vadim Chekan
Any progress on this one? I have similar issue on Linux Mint 17 # ~/projects/torch7-gfx/gfx.js $ sudo luarocks make ls bin clients img install-python.sh lib node_modules README.md static build gfx.js-scm-0.rockspec...
Solved on linux-mint (ubuntu)! In debian-derived "node" is packaged as "nodejs". As result it will fail in many cases. I solved the problem by: ``` ln -s /usr/bin/nodejs /usr/bin/node ```
You might be interested in my implementation of LZ4 in kafka4net for some hints: https://github.com/vchekan/kafka4net/blob/master/src/Compression/Lz4KafkaStream.cs Things, like bug in kafka checksum implementation can cause a lot of time to debug....
I remember we have used compression for many years in production but do not recall, which one it was, snappy or lz4. Compression + my frames implementation I test here...
I would say just the fact that operation is in progress should be shown. The same way, as "[Re]build" operation shows its icon in the status bar. If somebody wants...
@edenhill as i understand, this is caused by normal flow of events and closed connections is not a problem. But `ERROR` logging level suggests otherwise. Any sensible developer will panic...