Daniel Robbins

Results 6 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...