Filip Mösner
Filip Mösner
Why? For example run UNC paths, like: ``` '\\NAS\Movies\' CMD does not support UNC paths as current directories. ```
``` ... SET /a vBitRate=2903098513*8/1000/3664*1000 Invalid number. Numbers are limited to 32-bits of precision. ... ``` All log: ``` X:\W>(echo) & for /F "delims=" %S in ('@"D:\dev\Axiom\ffmpeg\bin\ffprobe.exe" -v error -select_streams...
Hello, please, could you add feature for prevent zoom on nw.Window.get() object? Issue is Ctrl + Wheel from webview. Thanks Demo: [test.zip](https://github.com/nwjs/nw.js/files/1453417/test.zip) #feature-request
Hi, i have same problem with crash like #5668. [crashdump.zip](https://github.com/nwjs/nw.js/files/5168413/crashdump.zip) from NWjs 0.48.1 (sdk, win, x64) ``` [23948:22652:0529/162640.578:FATAL:window_impl.cc(138)] Check failed: atom. 0 Backtrace: v8::internal::TorqueGeneratedExportedMacrosAssembler::StoreSortStateTempArray [0x11B86203+9563763] v8::internal::TorqueGeneratedExportedMacrosAssembler::StoreSortStateTempArray [0x11B15FF1+9104481] v8::internal::TorqueGeneratedExportedMacrosAssembler::StoreSortStateTempArray [0x11B2101C+9149580] GetHandleVerifier...
Webview navigation stopped works via mouse buttons (forward or back) Testing: 0.41.3 - ok 0.42.6 - ok 0.43.6 - fail Operating System: Win 10 x64 (latest) Demo: [mini-browser.zip](https://github.com/nwjs/nw.js/files/4092546/mini-browser.zip)
Like: https://github.com/AveYo/MediaCreationTool.bat/blob/main/bypass11/Quick_11_iso_esd_wim_TPM_toggle.bat
Is possible improve build/convert script for automatic making builds via CI/CD? Actually, Windows converter creating new window (convert-UUP.cmd) and pipeline ends.
https://github.com/nwjs/nw.js/issues/7806
Grunt config merge does not work exactly in v1.0.2 and v1.0.3. Second and third getters are differently. Example: ```javascript module.exports = function (grunt) { "use strict"; var i = 0,...