Vladimir Goncharov
Vladimir Goncharov
iconv can't convert emoji from UCS-2, but converting without problem from UTF-16.
Hello guys. I would like to ask your opinion about SCPI support for opendps. SCPI (Standard Commands for Programmable Instruments) is industrial standard for controlling of measuring equipment and also...
Hello. Today for I have a little patch for your review. In my project I use binaries and strings simultaneously and had no problems before today. Now I also needed...
Hello. I made a little patch for being able to resume encoding term to JSON in case of key is a bad string. Current implementation of error handler and jsx_parser:resume...
New argument -u (--unlock) to clear block protection bits
Hello. On macos 10.12.3 patched crashing with such error java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space I added key "-Xmx512m" to line 333 (assemble function) > ass_cmd = [DEPS_PATH["java"], "-Xmx512m", "-jar",...
This patch fix a problem when libzmq acts as publisher and ezmq as subscriber. Modern libzmq in pubsub mode require client to subscribe on topics, else client get nothing.