dialogs
dialogs copied to clipboard
non blocking confirm, alert and prompt dialogs.
hi, we've used `dialogs` for some time, but we're in the process of updating our toolchain to use vite rather than browserify. it seems that browserify (or is it babel?)...
In line 50 on index.js, there's a regex replacement from` \n `to` ` The issue is that the regex is not using the ```g``` modifier - which causing **only the...
Electron 8 - Mac OS Catalina (10.15.3) - from the main thread - asar enabled, built using electron-builder ``` [2020-03-30 20:23:12.350] [info] (32389) Error: ENOENT, style.css not found in /Applications/My.app/Contents/Resources/app.asar...
When running the example code I get /home//node_modules/dialogs/index.js:18 '.url': opt.hostname || window.location.hostname ^ ReferenceError: window is not defined If I run the same code in RunKit it suggests: Use global...
Maybe I'm a poor reader--but I too made the mistake of misreading the Readme of this repo to think it *wouldn't* work for electron (see https://github.com/electron/electron/issues/472). Also--I had to dig...