Daniel Robbins

Results 9 comments of Daniel Robbins

mpd has a "zeroconf" option. When enabled, it advertises its services, and you should be able to pick these up using the Android service discovery API (http://developer.android.com/reference/android/net/nsd/NsdManager.html) . On my...

I'm installing Android Studio and will see what I can do in the next week or so.

If you are using threads, each thread needs its own event loop. So if you ever use ThreadPoolExecutor, and you want to use async inside, each one needs its own...

I have triaged this issue -- please see https://bugs.funtoo.org/browse/FL-10533 The short summary is that the following line in sphinx_rtd_theme assumes that the sphinx version can be split into 3 parts....

@socketpair I agree with the original bug reporter, he is correct. This is a bug. You should fix it. This is a bug impacting Funtoo Linux due to http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.6.1.tar.gz. This...

Looking into this more, it seems like the reality of HTTP servers and their handling of Content-Encoding is not always according to what we would hope, or in alignment with...

I am not a member of the ZeroMQ project but I believe this is expected behavior. Here is what you CAN rely upon: IF messages reach the recipient, they are...

Sorry if my comment didn't really address the real issue. Looking at this again, it appears that the server is trying to "deal" messages across the new connection, plus the...

Via git bisect, I've confirmed this was caused by the interim fix in #1195, which was intended to fix an issue with lxd CPU display, and introduced this unfortunate display...