Jules Ivanic
Jules Ivanic
Same error here. I don't have this error with Rails 4 but only with Rails 3. Not tested on Rails 5 nor 6.
Hey @gvolpe, As promised, I worked today on your remarks. I made all the changes you requested. There's still work to do on the Multipart client and server. None of...
A funny thing to notice is that they use the Scala global EC in `store` https://github.com/http4s/http4s/blob/master/examples/blaze/src/main/scala/com/example/http4s/blaze/demo/server/service/FileService.scala#L42 :)
Hi @dkjhanitt Maybe your question need a new ticket instead of changing the subject of this one. Or maybe your question will be in a better place in StackOverflow than...
+1 !
Doesn't seems to be fixed for us 🤔
@ronanwatkins The latest version is now `4.1.69.Final`, could you maybe update your PR, please? Once this is done, @TomGranot would it be possible for you to publish a new version,...
Here is some documentation I gave on Gitter: For Scala Lagom 1.3: ``` class MyServiceImpl(...)(implicit mat: Materializer) { def myApi(...): ServiceCall[..., ...] = PlayServiceCall { wrapCall => Action.async(BodyParsers.parse.multipartFormData) { request...
@adamgfraser That'd be great to have this backported to v1