-
The `Symbol` syntax sugar `'name` was deprecated in Scala 2.13 so requiring users to write `Symbol("name")` is more inconvenient than just letting them use a `String`.
From https://github.com/playf…
-
### Checklist
- [X] I have looked into the [Readme](https://github.com/auth0/jwks-rsa-java#readme) and [Examples](https://github.com/auth0/jwks-rsa-java/blob/master/EXAMPLES.md), and have not found…
-
I would like to integrate Kafka Manager into an existing tools suite we offer to our ops team, by configuring a uri (e.g., /kafka-manager) as a Proxy to the Kafka Manager instance, running at 127.0.0.…
-
Error: `[PSQLException: ERROR: relation "play_evolutions" does not exist Position: 8]`.
I can see the table `play_evolutions` in the db. Play does create this table on starting the server.
```
…
-
_From @damianbl on March 8, 2016 15:13_
When using "io.swagger" %% "swagger-play2" % "1.5.1" I get the strange error:
`type ApiHelpController is not a member of package controllers`
This is how I d…
-
Is there a way to test that an email is sent, and check the contents of it? Would be nice to do something like:
```
"A verification email is sent when the user has registered" in {
MailPlugin.start…
-
JSONなどでデータを更新するときに使う。
- 大量の商品登録
- めったにつかわないUIの代替
- とか
に使う。
-
### Play Version (2.5.4 / 2.4.3 / 2.4.6 - not tested on other versions) - scala
### Operating System (MacOS 10.10 - and probably all other OS's)
### JDK (Oracle 1.8.0_72, OpenJDK 1.8.x, Azul Zing)
``…
-
### Play Version (2.5.x / etc)
2.5
### API (Scala / Java / Neither / Both)
Scala
### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
MacOS 10.11.5
### JDK (Oracle 1.8.0_72, Open…
-
When running scripted from an sbt 0.13.16 build, cross building against sbt 1.0, the Scala 2.12 compiler bridge seems to be being recompiled for every scripted test (that does compilation). It doesn't…