Francesco Montorsi
Francesco Montorsi
Problem: ZMQ internal architecture is documented only (AFAIK) in the old website http://zeromq.wikidot.com/whitepapers:architecture Solution: bring libzmq-specific architecture docs into libzmq github repository
Trying to render as PDF a very simple markdown document, I get the right HTML header (with markdown document name and the ISO date) but in the footer I can...
I managed to get this custom integration to expose a cover present in my house into HA. However when I try to send the command "close" I see in HA...
Hi @anotherjulien, Thanks for this HA custom component, it's really useful. I found some trouble in setting it up (although now it works well for me). To find out what...
Hi, I'm using ConcurrentQueue and BlockingConcurrentQueue with preallocated queue size and, as described at https://github.com/cameron314/concurrentqueue#preallocation-correctly-using-try_enqueue, I'm using the constructor overload that accepts the minimum number of elements (N) and the...
Hi, This simple library looks exactly what I need for my ongoing project https://github.com/f18m/malloc-tag In order to keep track of which revision of fmpool.h I'm integrating it would be nice...
Improve logging (e.g. clearly state when connection is successful) Fix crash when using OWNd module and issuing a CTRL+C Improve README
https://docs.flatpak.org/en/latest/first-build.html
As reported by several users * " It took me a while to figure out (by staring at source code) that you rotate parts by using the right mouse button...
Inside app.cpp there is some raw unit testing code enbaled by "SELF_TESTS == 1". This should be instead some unig test written using GTest framework possibly.