Miosss
Miosss
@sigiesec So what exactly is cmake for in this project? I tried building it (with similar error) and then just included it and voila, it works. What do I miss...
@jianjunz Has anything changed? Rebuilding to support either http or https is terrible...
I have very simmilar issue - constant, immediate disconnect from server after client connects. I found the reason after a bit of confusion - it seems that when you use...
I have the same issue. I am using many ubuntu boxes. After installing WSL2 suddenly all boxes stopped working - hang during VM boot at tthe step 'default: SSH auth...
+1, expand-row slot would be a great addition. Now you would have to overwrite entire row slot which is not great. body-cell-[] slots are great for styling certain columns only,...
@pebbe I am not sure if it is easily reproducible. I believe that the main reason behind this is exactly what `zmq_errno()` is for. I found it through [this SO](https://stackoverflow.com/questions/36070008/why-is-zmq-recv-with-a-zmq-dontwait-returning-an-errno-0-instead-of-eagain)...
And look at this quote from zmq.h: > /* This function retrieves the errno as it is known to 0MQ library. The goal */ /* of this function is to...
The same situation happens when Binding to the same TCP port for the second time - it silently fails, but without an error. Therefore the process thinks that it can...