play-framework
Here are 719 public repositories matching this topic...
-
Updated
Feb 16, 2021 - Java
-
Updated
May 4, 2020 - Scala
-
Updated
Feb 10, 2021 - Java
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Feb 12, 2021 - Scala
-
Updated
Feb 15, 2021 - Java
-
Updated
Dec 27, 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
Jan 29, 2021 - Scala
-
Updated
Dec 11, 2020 - Shell
-
Updated
Feb 13, 2021 - 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."
