Will Sargent

Results 149 issues of Will Sargent

I've put together a set of Docker scripts that may be helpful: https://github.com/wsargent/docker-scala-sbt

Great template! I noticed you have a number of features of Slick and autogeneration -- would you be interested in Flexypool, which resizes your database connection pool for you? (I...

enhancement
help wanted

From https://github.com/playframework/playframework/issues/5071 The `close()` method defined at https://github.com/playframework/playframework/blob/2.4.x/framework/src/iteratees/src/main/scala/play/api/libs/iteratee/Concurrent.scala#L461 does not appear to be used anywhere.

From https://github.com/playframework/playframework/issues/3619 At the moment `Concurrent.unicast` is really hard to use. It should often be used instead of `Concurrent.broadcast`, but I think it's just too hard to work out. I...

This shouldn't be done, for example, it breaks the following: ``` Streams.publisherToEnumerator(somePublisher) >>> Enumerator("foo") ``` If the IterateeSubscriber (created by the PublisherEnumerator) feeds EOF when the publisher is done, then...

From https://github.com/playframework/playframework/issues/1076: In the iteratees module we use `var`s in the iteratees package in what looks like a non-thread-safe way. We need to review each occurrence and possibly update it...

https://github.com/playframework/play-socket.io/tree/master/samples/scala/clustered-chat

status:backlog

There's an example of a chat client using cluster pubsub here https://github.com/typesafehub/activator-akka-clustering/blob/master/src/main/scala/chat/ChatClient.scala We should leverage the example, converting streams into actors using http://doc.akka.io/docs/akka/2.5.2/scala/stream/stream-integrations.html to demo chat existing across multiple machines.

status:backlog

Currently the distinct execution context for db operations is only on the 2.6.x branch, should be backported.

status:backlog

From https://github.com/playframework/anorm/issues/149#issuecomment-291200249 should revert back https://github.com/playframework/play-scala-anorm-example/blob/SNAPSHOT/build.sbt#L14

status:backlog