Dan Di Spaltro

Results 62 comments of Dan Di Spaltro

I was thinking since journaling is writing a consistent stream (nothing random), it would be an good fit. In my mind it would function similar to HBase's use of HDFS...

This PR also makes cancellations of streams work better, previously cancellations only seemed to complete the stream if read after closing the stream.

I'd love to help with this since I am using play w/ `scalajs` and `scalajs-bundler` it really slows things down, but I am not entirely sure where to begin. Any...

Actually it looks like the whole compile pipeline is called twice on every change. Thanks for the hint on `sbt-optimizer` it's awesome thanks @jrudolph!

It looks like @benmccann has been in the class loader code looking around, he might have an idea...

@shkhln it works indeed, wow, that is awesome.

Thank you so much! I was getting something like below (in case others run into this) on the server side (Scala/Java). ``` io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException: bytes are not UTF-8 ```

So this is just for dev; however, what play does is put all your deps in a single Classloader and your current code in a different class loader which is...

Honestly I am not sure how to fix this without some mutable secret variable. Maybe ill just maintain my tiny little shim and we can call it good. It might...

And just checking it seems to not be an issue with 1.0.0