web-application-framework
Here are 76 public repositories matching this topic...
-
Updated
Mar 2, 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/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
Feb 24, 2020 - Ruby
-
Updated
Feb 25, 2020 - Elixir
-
Updated
Mar 1, 2020
On a windows machine during migration a FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory is thrown. This should be mentioned in documentation, if there is no way to fix it, and a possible workaround (or mention, that there is none) described
Comes from modulizer
Reference: Polymer/tools#2805
-
Updated
Mar 2, 2020 - HTML
-
Updated
Feb 23, 2020 - Scala
-
Updated
Mar 3, 2020
-
Updated
Mar 3, 2020 - JavaScript
-
Updated
Feb 28, 2020 - C#
-
Updated
Mar 3, 2020 - Clojure
-
Updated
Mar 4, 2020 - Python
-
Updated
Feb 20, 2020 - C++
-
Updated
Mar 4, 2020 - PHP
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
Mar 3, 2020 - Pascal
-
Updated
Sep 15, 2019 - C#
-
Updated
Feb 14, 2020 - TypeScript
Port to Python 3
Tasks:
- Inventorize the status of Python 3 in Grok
- Make a plan how to port Grok (what steps are needed to run Grok on Python 3?)
- Do the actual porting.
-
Updated
Nov 19, 2019 - Java
-
Updated
Mar 3, 2020 - Pascal
-
Updated
Feb 18, 2020
-
Updated
Mar 4, 2020 - Java
-
Updated
Dec 20, 2017 - CSS
-
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."
NWJS Version : 0.44.3
Operating System : macOS Catalina (10.15.3)
Expected behavior
Window should be centered vertically
Actual behavior
Window is centered around 1/3 of screen height, closer to the top
How to reproduce