Ondrej Medek
Ondrej Medek
Still issue in Electron 29.1.1.
Maybe instead of "aliases" the old names could be deprecated and later removed. Anyway, I would welcome rather a simple command interface where possible, see my comment in #81.
The validation should strip any number of slashes after `file:`. Consider everything after `file:` as a path and OS/app may accept any number of slashes at the path start. Even...
I see Node.js has a function [`url.fileURLToPath`](https://nodejs.org/api/url.html#url_url_fileurltopath_url) since v10.12.0.
`electron-winstaller` v5.1.0 still having these problems. Our app is coded to make no window on certain command line arguments. And we have these problems: 1. No output. 2. Several processes...
Duplicate of #123
Same for me, problem was that jq was not installed, see #58 and #55
The bug is still present in 6.2.10. Very annoying.
I vote in favour `retries: Infinity` and some code seems to count with that: https://github.com/tim-kos/node-retry/blob/11efd6e4e896e06b7873df4f6e187c1e6dd2cf1b/lib/retry.js#L6 but other code doesn't https://github.com/tim-kos/node-retry/blob/11efd6e4e896e06b7873df4f6e187c1e6dd2cf1b/lib/retry.js#L33
Duplicate to #65