Wayne Wang

Results 13 issues of Wayne Wang

# Pull Request Checklist * [x] Have you read through the [contributor guidelines](https://github.com/lagom/lagom/tree/master/CONTRIBUTING.md)? * [x] Have you signed the [Lightbend CLA](https://www.lightbend.com/contribute/cla)? * [x] Have you added copyright headers to new...

In module `lagom-server`, there is one line of `mapFuture` like: ```scala inMemoryBodyParser(playRequestHeader).mapFuture { ... // code is omitted } ``` The same operation in play, `mapFuture` is with `ec.prepare()` which...

References #1461. Most code of this commit are from file https://github.com/cloudstateio/cloudstate/blob/master/proxy/core/src/main/scala/io/cloudstate/proxy/HttpApi.scala Just do some change to make it may work in akka-grpc.

codegen
update

### Short description As described in #1583 , I think we can generate http client using google api and protobuf. Then we can use akka-grpc to replace lagom client or...

Hi~ I've set my applications with below settings in `test/resources/application.conf`: ``` play.evolutions.enabled =true evolutionplugin = enabled play.evolutions.autoApply=true play.evolutions.db.default.enabled = true play.evolutions.db.default.autoApply = true ``` However, the evolutions just don't work....

status:backlog

It seems that `* [ ] todo` is not supported. Can we have it?

1. fix managed resource not found issue; 2. add versioned resource finder; fix #99

https://github.com/vmunier/akka-http-scalajs.g8/blob/a31da9c28725681614f1b636c13fa991afeda032/src/main/g8/build.sbt#L20 It should be `unmanagedClasspath`, otherwise akka cannot find the resource.

My network is not very stable. There are always chances that my `make local-universe` failed because of network interruption. I find that when building, universe selects a tmp file to...

### Issue 类型 内容建议 ### 内容 需要写一篇基本教程,教会小白用户如何构建简单易用的Scala入门环境。 需要有: * [ ] 基本环境要求 * [ ] IDE使用 * [ ] SBT 配置 * [ ] Demo架构