James Roper

Results 120 comments of James Roper

The feature label just means it's classified as a feature request, no more. We are not planning to implement this, and at this stage I'm not sure if we're prepared...

Yep, this isn't supported, we do have plans to allow it in future though, probably won't be till at least Play 3.

There is a better solution that I'd like to gradually move to, and that we already use in many parts of Play's test. When you use a port number of...

The reason why `PlayServiceCall` is needed there is that `MessagesApi` takes a Play `RequestHeader` to determine the current language. But, it also takes a `Seq[Lang]`, and that `Seq[Lang]` can be...

Four people +1'ing within 10 minutes of each other only counts as one vote.

A lot of the hard work has been done already to make as much code non sbt specific as possible. This isn't something that the core Lagom team will implement...

Start as a personal repo. Once it's feature complete, we may consider bringing it into the Lagom organization - as long as there's an active community willing to help us...

The approach we've taken to adding properties to a topic mean that this should be straight forward to add without impacting existing APIs and functionality.

Yeah I've thought about this. We definitely want/need to support something like this. What I do want to make sure is that the abstractions we provide are the right ones....

There's a temptation to simply offer actor support here, and maybe that's a good idea? But it also might not be a good idea - Cloudstate is trying to offer...