play-framework
Here are 709 public repositories matching this topic...
-
Updated
Oct 9, 2020 - Java
-
Updated
Sep 18, 2019 - Java
-
Updated
May 4, 2020 - Scala
-
Updated
Oct 4, 2020 - Scala
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Oct 2, 2020 - Java
-
Updated
Nov 6, 2016 - Scala
-
Updated
Mar 1, 2020 - Java
-
Updated
Jun 2, 2020 - Scala
-
Updated
Jul 6, 2020 - Scala
-
Updated
Dec 22, 2017 - JavaScript
-
Updated
Sep 23, 2019 - Scala
-
Updated
Dec 19, 2019 - Scala
-
Updated
Sep 7, 2020 - Shell
-
Updated
Apr 18, 2017 - Java
-
Updated
May 9, 2020 - Scala
-
Updated
Apr 24, 2017 - Scala
-
Updated
Jul 20, 2020 - Scala
Improve docs
There are several things that the documentation is currently missing and could be helpful to future contributors:
- Explain code organization
- How to test your code
- How to debug
- ...
It can be added in form of CONTRIBUTING
guide
-
Updated
Jan 26, 2018 - Java
-
Updated
Aug 15, 2019 - 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
Feb 4, 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."
noImplicitAny
will help with some refactorings (such as ornicar/chessground#145). Even partial progress is useful.Pick one of:
Temporarily set
noImplicitAny
totrue
inui/.../tsconfig.json
.To compile use
yarn run dev
,yarn run dev --watch
oryarn run tsc --noEmit
inui/...
. Fix