-
Updated
Nov 3, 2020 - JavaScript
web-application-framework
Here are 77 public repositories matching this topic...
-
Updated
Jul 21, 2020 - Swift
-
Updated
Oct 23, 2020 - Go
-
Updated
Apr 26, 2020 - C#
-
Updated
Apr 19, 2020 - Ruby
-
Updated
Nov 5, 2020 - Elixir
-
Updated
Oct 19, 2020 - Clojure
Description of the bug
If you run a project on a Linux without which
you see the following output
[INFO] --- vaadin-maven-plugin:18.0.0.alpha1:prepare-frontend (default) @ starter-wizard ---
[ERROR] Failed to execute the command '[which, node]'
java.io.IOException: Cannot run program "which": error=2, No such file or directory
at java.lang.ProcessBuilder.start (ProcessBuilder.j
-
Updated
Jan 13, 2020
Describe the bug
Running a simple, valid program in the JS.do example website may lead to a valid script terminating.
Error message is:
`Operation """": no method found, argument in overloaded package WebPerl::JSObject.
exit(255) called, but NO_EXIT_RUNTIME is set, so halting execution but not exiting the runtime or preventing further async execution (build with NO_EXIT_RUNTIME=0, if you
-
Updated
Jul 17, 2020
-
Updated
Nov 9, 2020 - Scala
-
Updated
Mar 21, 2018 - JavaScript
-
Updated
May 7, 2020 - C#
-
Updated
Dec 15, 2018 - Python
-
Updated
Nov 4, 2020 - Python
-
Updated
Nov 11, 2020 - C++
-
Updated
Nov 9, 2020 - Pascal
-
Updated
Oct 30, 2020 - PHP
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Sep 15, 2019 - C#
-
Updated
Sep 2, 2020 - Python
-
Updated
Nov 7, 2020 - Pascal
-
Updated
Aug 21, 2020 - Java
-
Updated
Jul 21, 2020
-
Updated
Nov 12, 2020 - Java
-
Updated
Feb 1, 2020 - Go
Improve this page
Add a description, image, and links to the web-application-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-application-framework topic, visit your repo's landing page and select "manage topics."
Vaadin Framework version: 8, all versions
There is a major error in the class com.vaadin.server.VaadinSession (and possibly other classes too, if this is some kind of cargo cult programming in the Vaadin team)
Most public methods in the class use assertions to "check" if the session has the lock. This is fundamentally wrong. Assertions are the wrong tool to check preconditions in public meth