Manuel Bernhardt

Results 12 comments of Manuel Bernhardt

Thanks for the hint @havocp but I'm afraid the trouble arises before my custom unpickler even has a chance to get called - I tried using a similar approach to...

Nevermind, I think I may have misunderstood the aim of the JSON pickler - am I right that the JSON pickler is just meant to turn a type into a...

I'd very much welcome an indication as to the nature of the JSON being produced, perhaps going as far as to renaming it to `SyntheticJSON` as I believe this is...

Yes, having that mechanism be pluggable definitely is something I had in mind as well. The reason I want to involve the multi-node cut detector is because I like the...

@lalithsuresh yes, the changes to the `IBroadcaster` API would make sense to have in Rapid / master. I could try to make a PR that only includes those changes

This issue arrises if the macro is invoked on any class that has not been typed yet by the compiler. What I've used as a workaround is to declare all...

+1 - would be great to have a new release out soon!

Thanks! In the meantime I found out that the problem I'm facing is more likely due to a regression with Play 2.2, so I'm looking into this now. The hooks...