pragma-git
pragma-git
NWJS Version : 0.52.1 and 0.53.0 Operating System : MacOS and probably others ### Expected behavior Same rendering speed as v0.50.1 and earlier. ### Actual behavior GUI rendering is at...
NWJS Version : v50.1 and v53.0 Operating System : Windows ### Expected behavior Navigating menu and submenu. Should work, and should keep the open popup menu object intact until closed....
I have issues doing some git commands that requires using `simpleGit().env('myvar','value')`, if I am not the owner of the folder. This is tested under linux. My real world example that...
### Bug - [X] Bug Report - [ ] Feature Request - [X] Successfully reproduced against the latest version of NW.js? ### Current/Missing Behavior Running nwjs sdk with `--remote-debugging-port` fails...
### Issue Type Before opening an issue, please search and see if it has already been raised. - [X] Bug Report - [ ] Feature Request - [X] Successfully reproduced...
### Bug Report 1. Go into dev console (F12) from any nwjs app (including NWJS Default app) 2. `gui = require("nw.gui");` 3. open window `gui.Window.open('https://google.com', { id: 'testWindowId', title: 'test-window'...