-
Updated
Oct 11, 2021 - JavaScript
web-application-framework
Here are 85 public repositories matching this topic...
-
Updated
Jul 24, 2021 - Swift
-
Updated
Feb 26, 2021 - Go
-
Updated
Jan 24, 2021 - C#
-
Updated
Feb 7, 2021 - Ruby
-
Updated
Nov 5, 2020 - Elixir
-
Updated
Aug 10, 2021 - Clojure
Description of the bug / feature
Improve the exception message being shows to developers when the app shell annotations are not on top AppShellConfigurator class:
Found app shell configuration annotations in non `AppShellConfigurator` classes.
Please create a custom class implementing `AppShellConfigurator` and move the following annotations to it: ...
- Give the name of annot
-
Updated
Nov 24, 2020 - C#
-
Updated
Jan 13, 2020
-
Updated
Jul 17, 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
Oct 12, 2021 - Python
-
Updated
Oct 17, 2021 - Scala
-
Updated
Mar 21, 2018 - JavaScript
-
Updated
Oct 17, 2021 - Pascal
-
Updated
Sep 17, 2021 - Python
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Jun 28, 2021 - C++
-
Updated
Jan 17, 2021 - PHP
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Sep 15, 2019 - C#
-
Updated
Apr 1, 2021 - Python
-
Updated
Oct 15, 2021 - JavaScript
-
Updated
Oct 13, 2021 - Pascal
-
Updated
Jan 28, 2020 - Rust
-
Updated
Sep 27, 2021 - C
-
Updated
Aug 21, 2020 - Java
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