web-application-framework
Here are 77 public repositories matching this topic...
-
Updated
Jun 6, 2019 - 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/chatI 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
Add Readme-Zh-cn.md
Prerequisites
- I have written a descriptive issue title
Description
I wanna add a Readme-Zh-cn.md which will be written in simplified Chinese accoding to Readme.md.
Is it ok ?
If ok , I will open a PR to complete it .
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 10, 2020 - Ruby
-
Updated
Mar 24, 2020 - Elixir
-
Updated
Jan 13, 2020
Document all necessary steps to use Live Reload with Spring Boot
-
Updated
Oct 29, 2019 - HTML
-
Updated
Apr 11, 2020 - Scala
-
Updated
Mar 3, 2020
-
Updated
Mar 21, 2018 - JavaScript
-
Updated
Apr 5, 2020 - C#
-
Updated
Apr 10, 2020 - Clojure
-
Updated
Dec 15, 2018 - Python
-
Updated
Mar 6, 2020 - C++
-
Updated
Mar 8, 2020 - PHP
-
Updated
Apr 12, 2020 - Pascal
This would facilitate users doing custom statsd stuff and building out there own stats for performance metrics etc.
The statsd client already exists in the router.js file and in the correct scope to be added to the connection object passed to route events. Just needs to be added.
-
Updated
Sep 15, 2019 - C#
-
Updated
Apr 10, 2020 - TypeScript
-
Updated
Apr 8, 2020 - Python
-
Updated
Oct 30, 2019 - Java
-
Updated
Apr 12, 2020 - Pascal
-
Updated
Jan 27, 2020
-
Updated
Mar 21, 2020 - Python
-
Updated
Feb 1, 2020 - Go
-
Updated
Apr 11, 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."
NW.JS 0.42.1 MAC OS
Main window options:
"window": {
"title": "",
"fullscreen": true,
"kiosk": false,
"position": "center",
"resizable": false,
"min_width": 1920,
"min_height": 1080
}
nw.Window.open(url,{width:400,height:300});
the new window is openned, but with fullscreen.