Will Sargent

Results 199 comments of Will Sargent

Could be connected to https://github.com/playframework/playframework/issues/4649

You are not using the `SunEC` provider https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html#SunEC which is an Oracle JDK specific jar -- sunec.jar. See http://armoredbarista.blogspot.com/2013/10/how-to-use-ecc-with-openjdk.html for more details.

@richdougherty I think that [`Sink.actorRefWithAck`](http://doc.akka.io/docs/akka/current/scala/stream/stream-integrations.html#Sink_actorRefWithAck) is new in Akka 2.5.1 -- so it could be there are more options now for integrating actors with backpressure in Play. Regarding `Source.actorRef`, the...

If I remember correctly, this code was written before there was BroadcastHub available. I think it should be possible to get something using https://github.com/playframework/play-samples/tree/HEAD/play-scala-chatroom-example applied.

Also see https://github.com/playframework/playframework/issues/6408

This is redundant because there is already a "validator" pull request.

Reopening feature-password-changer -- the validator pull request contains the "password length" check-in, and this is clean.

There's a demo using Slick 2.0 with SecureSocial here: https://github.com/lunatech-labs/lunatech-securesocial-poc

Fixed half of them with https://github.com/playframework/playframework/pull/7538 -- the implicit ``` local val _rrc in method at is never used [warn] GET /robots.txt controllers.Assets.at(path="/public",file="robots.txt") ``` are coming from ``` // @LINE:8...