Richard Jones
Richard Jones
If you send reliable packets from A -> B, and only unreliables from B -> A, the reliable packet acks will never be sent from B -> A, because the...
I changed the cassandra version from 1.1.0-beta2 --> 1.2.0 in ivy.xml and pom.xml I would love to try solandra, but need features from cassandra 1.2. Anyone have it compiling against...
I added `derive(PartialEq)` to Shapes that were missing them, where possible. implemented eq tests for some other shapes. not sure how to compare heightfields correctly, so that is just false...
Might be nice to stream using /qid/ instead of sid. Playdar would then be responsible for selecting the highest match, and possibly falling back to second best if the first...
Scanner should just throw everything at taglib and see what sticks We should provide a way for clients to query with a list of acceptable mimetypes, and filter results accordingly....
Which to use? what happens? doesn't work for doug. Solution may include detecting your LAN interface, and sending an URL to your machine instead of a SID in the response.
When plugins need to provide their own specialization of a StreamingStrategy, we want the memory allocated by the main playdar app, and destructed by the main app, to avoid any...
Dunno if this works atm. does the curl strat throw or signal error somehow? if so do we catch it and return a a sensible http error?
Every song in the world is not available thru a consistent API. A standard, local service should index or otherwise present access to any song I want to play, opening...
Plugin that searches, caches and serves up album art from a bunch of sources (amazon, lastfm, etc). Would be nice for apps to be able to do img src="localhost/Artistname/Albumname" and...