Badr
Badr
Electron already support a subset of chrome extensions [extensions.md](https://github.com/electron/electron/blob/master/docs/api/extensions.md) @adlerluiz please give it a look.
It's did not solve it, If the server return response code 404 yes fetch fail and i can update request link to working one. But if server return response code...
@NotNotMarshall, @Dezley-VROwl does this happen with you in Parallel File Download or Sequential File Download
>When you kill the app while it's downloading and then restart the app, it adds the amount of bytes that have been downloaded up to that point to the file....
see this issue #131 it looks similar
I got it working by modifying this line https://github.com/luarocks/luarocks/blob/85f1549b5b7266f7321756ec12051130d1b1b44a/src/luarocks/fs/win32.lua#L368 to ```lua local fd = io.open(dir.path(program), "r") ```
https://github.com/luarocks/luarocks/blob/85f1549b5b7266f7321756ec12051130d1b1b44a/src/luarocks/fs/lua.lua#L127-L134 ```lua print("tool cmd no args: ", tool_cmd_no_args) print("tool cmd no args match: ", tool_cmd_no_args:match("[/\\]")) --tool cmd no args: "C:\Program Files (x86)\LuaRocks/tools/wget.exe" --tool cmd no args match: \ --tool cmd...
Yes thank you
Would we be able to use script instead of curl in case the response is json formatted?
yes indeed, based on the IPStack you can treat it ether as ipv4 or ipv6