Russell Valentine
Russell Valentine
> If you want to use the Werkzeug reloader, then upgrade Flask-SocketIO or downgrade Werkzeug. This issue was resolved long ago, you only see it because you are using an...
I've found it crashes less often with the latest nwjs. Related: #7684, #7620
I've had this issue for years. scanners gonna do what they want. Ended up just putting in instructions to add exceptions before install. It is annoying but I don't know...
I didn't think WM_QUERYENDSESSION works as a signal but through windows messaging and wndproc. https://docs.microsoft.com/en-us/windows/desktop/shutdown/wm-queryendsession I've not done this before in node, only python. But it seems the node-win32-api package...
Yes also when I did it with python I created another window. I guess I should have noted in my previous message, I was listening for login switches rather than...
It creates it for me. On Linux with nw version 0.79.1
~~Both github and sp.d3x0r.org have https redirects if from http. But lets say it didn't.~~ This might be from https-first being enabled. I don't know how to disable. I tried...
Okay sorry to add noise. It doesn't redirect to https. It was a directory redirect. Anyway I agree, it looks like in nwjs, https first is enabled.
Seems pretty clean, and uses the browsers full screen zoom capability. No font scale or css needed. ``` function setZoom(percent) { nw.Window.get(window).zoomLevel = Math.log(percent/100.0) / Math.log(1.2); } ``` https://docs.nwjs.io/en/latest/References/Window/#winzoomlevel