play-framework
Here are 714 public repositories matching this topic...
-
Updated
Dec 16, 2020 - Java
-
Updated
May 4, 2020 - Scala
-
Updated
Sep 18, 2019 - Java
-
Updated
Dec 14, 2020 - Scala
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Dec 16, 2020 - Java
-
Updated
Dec 4, 2020 - Java
-
Updated
Nov 6, 2016 - Scala
-
Updated
Jun 2, 2020 - Scala
-
Updated
Jul 6, 2020 - Scala
-
Updated
Dec 22, 2017 - JavaScript
-
Updated
Sep 23, 2019 - Scala
-
Updated
Dec 11, 2020 - Shell
-
Updated
Dec 19, 2019 - Scala
-
Updated
Dec 2, 2020 - Scala
-
Updated
Apr 18, 2017 - Java
-
Updated
Apr 24, 2017 - Scala
-
Updated
Jul 20, 2020 - Scala
If you tag a type that has a Numeric or Ordering your tagged type no is an instance of these typeclasses. Example solution for Numeric:
implicit def taggedNumeric[A: Numeric, Tag]: Numeric[A @@ Tag] = new Numeric[A @@ Tag] {
override def plus(x: A @@ Tag, y: A @@ Tag): A @@ Tag = implicitly[Numeric[A]].plus(x, y).taggedWith[Tag]
override def minus(x: A @@ Tag, y: A @@ T
Improve docs
-
Updated
Jan 26, 2018 - Java
-
Updated
Oct 30, 2020 - HTML
-
Updated
Oct 7, 2017 - TypeScript
-
Updated
Sep 10, 2020 - TypeScript
That's it, any improvement to the existing documentation works.
-
Updated
Apr 11, 2020 - Scala
-
Updated
Feb 15, 2020 - Java
Resolve github vulnerability warning on the alerts-ui project
Expected behavior
There is no vulnerability warning on the GitHub project page.
Actual behavior
GitHub is displaying a vulnerability warning that seems to be related to the angular build tools.
-
Updated
Nov 15, 2020 - Scala
Improve this page
Add a description, image, and links to the play-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the play-framework topic, visit your repo's landing page and select "manage topics."

noImplicitAnywill help with some refactorings (such as ornicar/chessground#145). Even partial progress is useful.Pick one of:
Temporarily set
noImplicitAnytotrueinui/.../tsconfig.json.To compile use
yarn run dev,yarn run dev --watchoryarn run tsc --noEmitinui/.... Fix