-
Updated
Feb 25, 2021 - JavaScript
web-application-framework
Here are 83 public repositories matching this topic...
-
Updated
Feb 8, 2021 - Swift
-
Updated
Feb 26, 2021 - Go
-
Updated
Jan 24, 2021 - C#
-
Updated
Feb 7, 2021 - Ruby
-
Updated
Nov 5, 2020 - Elixir
-
Updated
Mar 1, 2021 - Clojure
Since #8506 has been fixed, a Registration
is supposed to be idempotent (or idempotent-ish at least), i.e. calling remove()
multiple times has the same effect as calling it once.
However, this is not mentioned explicitely in the documentation:
https://github.com/vaadin/flow/blob/c009afc5c24d8a3d6abc14f6f5cd3faea80c1932/
-
Updated
Jan 13, 2020
-
Updated
Nov 24, 2020 - C#
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
Feb 28, 2021 - Scala
-
Updated
Mar 21, 2018 - JavaScript
-
Updated
Dec 15, 2018 - Python
-
Updated
Jan 24, 2021 - Python
-
Updated
Feb 24, 2021 - Pascal
-
Updated
Feb 10, 2021 - C++
-
Updated
Jan 27, 2021 - TypeScript
-
Updated
Jan 17, 2021 - PHP
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Sep 15, 2019 - C#
-
Updated
Feb 22, 2021 - Pascal
-
Updated
Sep 2, 2020 - Python
-
Updated
Aug 21, 2020 - Java
-
Updated
Feb 24, 2021 - Java
-
Updated
Jul 21, 2020
-
Updated
Feb 6, 2021 - SCSS
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