Sciss
Sciss
Thanks. Looking at the gist, this looks like I'll have to write that bit for each and every trait I have, right? And then the writing part is also missing....
I have [my extension](https://github.com/Sciss/play-json-sealed/blob/master/core/src/main/scala/play/api/libs/json/SealedTraitFormat.scala) working now, if you want to have a look. It still has problems when the sealed trait sub types are nested, but otherwise seems fine. Output...
Yes absolutely. BTW I am still having severe problems with `knownDirectSubclasses` not working (Scala 2.10.2) randomly, it seems a Scalac bug which depends on the compilation order. Like I comment...
I checked with 'purejavahidapi', this works in the same situation, so the controller is definitely correctly readable. Perhaps I'm just missing a way to trigger the reading?
Urgent reminder of https://github.com/supercollider/supercollider/issues/2363 - adding UGen arguments on the server side breaks the binary API and potentially crashes clients and earlier written SynthDefs (accessing unallocated memory). I'd appreciate if...
An entirely alternative approach would be, of course, to reply to `/n_query` with `/n_info` even when the node does not exists, insteaf of `/fail`, simply indicating that status by setting...
Also, regarding your post on sc-dev, I do think it would be useful to clarify the behaviour and send `/fail` to `/n_query` even when `/error, -1`; which then would also...
you mean like a finger tree?
any news on this?
I could narrow down the problem now; it happens when sbt picks up my libraries from `~/.ivy2/local` (what happens after you do `publishLocal`) ; when libraries are retrieved from the...