web-application-framework
Here are 76 public repositories matching this topic...
-
Updated
May 19, 2020 - Swift
When running example in homepage https://revel.github.io/ using go 1.13.5:
go get github.com/revel/cmd/revel
git clone https://github.com/revel/examples $GOPATH/src/github.com/revel/examples
revel run github.com/revel/examples/chat
I only get a crash on Windows and Debian 10:
Windows:
C:▶revel /v run github.com/revel/examples/chat
INFO 17:50:49 revel.go:94: Impo
-
Updated
Apr 26, 2020 - C#
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
-
Updated
Apr 19, 2020 - Ruby
-
Updated
Mar 24, 2020 - Elixir
-
Updated
Jul 9, 2020 - Clojure
This would expose useful helpers such as getComponentAt
and indexOf
.
-
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
Mar 3, 2020
-
Updated
Jun 24, 2020 - Scala
-
Updated
Mar 21, 2018 - JavaScript
-
Updated
May 7, 2020 - C#
-
Updated
Dec 15, 2018 - Python
-
Updated
May 25, 2020 - C++
-
Updated
Jul 10, 2020 - Pascal
-
Updated
Mar 8, 2020 - PHP
-
Updated
Jul 5, 2020 - Python
Eventually it would be nice to expose a set of type definitions for people consuming them but for now it would be nice to have them internally.
This should get the infrastructure in place and add some simple ones to the utils. Further types can be added as we work on the code base more
-
Updated
Jun 29, 2020 - TypeScript
-
Updated
Sep 15, 2019 - C#
-
Updated
Jun 10, 2020 - Python
-
Updated
Jul 1, 2020 - Java
-
Updated
Jul 10, 2020 - Pascal
-
Updated
Jan 27, 2020
-
Updated
Jul 7, 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."
Minor thing, but would be nice to be able to get to dev tools without right click + Inspect, especially when menu is shown by the app on right click.
NWJS Version : 0.45.1
Operating System : macOS Catalina
Expected behavior
Devtools
menu item orcommand + option + I
should open dev toolsActual behavior
It works in nw1 mode, but not in nw2, has been like that for a whil