play
Here are 352 public repositories matching this topic...
The idea is to be able to write the following to override the log configuration in dev-mode.
lagomDevSettings ++= Seq(
"logger.resource" -> "logback-dev.xml"
)-
Updated
Jul 9, 2020 - Java
Please add link to the app home page inside app.
also, it is great to add automatic update of app itself from github.
-
Updated
Sep 22, 2017 - Java
-
Updated
Feb 10, 2020 - Scala
the plan is to develop on top of the Mopidy javascript library.
it will be great to integrate the LED matrix APIs so a user could draw on it directly from the same web-interface (or maybe the we could get more ambitio
-
Updated
Jan 6, 2019 - Kotlin
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Apr 11, 2020 - Scala
-
Updated
Jan 23, 2020 - C
-
Updated
Jul 12, 2020 - JavaScript
-
Updated
Jul 10, 2019 - Scala
-
Updated
Nov 25, 2018 - Scala
-
Updated
Jul 6, 2020 - Java
-
Updated
Aug 5, 2018 - Scala
-
Updated
Aug 15, 2018 - JavaScript
-
Updated
Jul 4, 2017 - Java
-
Updated
Oct 21, 2017 - Shell
Improve this page
Add a description, image, and links to the play topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the play topic, visit your repo's landing page and select "manage topics."
In #10199 we added symbolic methods to TypeMap, but as signaled by @NthPortal we should avoid this.
Triggered by:
I'm a bit late to the party here, but multiple (non-implicit) parameters to a symbolic/infix method are highly discouraged, and planned to be deprecated. See scala/scala-dev#496 and lampepfl/dotty#4311 (comment).
_Originally posted by @n