Revadike

Results 126 issues of Revadike

In cmd curl, this is an escaped thing: ` --data "a=b^&c=d^&e=f^&h=i^&j=k^&l=m"` In this case: `^&` should be `&`. In other words, you'll have to unescape the string.

enhancement
help wanted

@cnpm help npm uninstall is not working ```js const npmInstall = require("npminstall"); const npmUninstall = require("npminstall/lib/uninstall"); (async() => { await npmInstall({ "pkgs": [{ "name": "npm-package-example" }], "root": process.cwd(), "storeDir": "c:/somefolder",...

Would you consider adding support for using `FlareSolverr` as node.js library (without running a proxy server)? Something like this, maybe: ```js const FlareSolverr = require("FlareSolverr"); (async() => { let result...

enhancement

Your chrome extension keeps sending numerous requests. While I normally wouldn't mind that if that's needed for its functionality, I do mind it taking up my dev tools. The console...

enhancement

`{ Error: read ECONNRESET at _errnoException (util.js:1019:11) at TCP.onread (net.js:608:25) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read', source: 'socket' }` I see those constantly. What's causing it?

I'm getting these errors logged when receiving certain emails. ``` Error: Encoding not recognized: 'UTF-32LE' (searched as: 'utf32le') at Object.getCodec (.\node_modules\iconv-lite\lib\index.js:106:23) at Object.getDecoder (.\node_modules\iconv-lite\lib\index.js:127:23) at Object.decode (.\node_modules\iconv-lite\lib\index.js:40:25) at convertIconvLite (.\node_modules\encoding\lib\encoding.js:91:26)...

This site has a custom IM_UNDER_ATTACK page: https://ogusers.com/member.php?action=login It's not always enabled, but it should be enabled now. Is there any way to support this?

Add an argument `p` for function `random.boolean()`, that determines the probability for returning `true`.

- [x] Allow pics cache to be saved to disk (https://github.com/DoctorMcKay/node-steam-user/issues/188) - [x] Read (and sync) saved pics cache to reduce requesting productinfos (https://github.com/DoctorMcKay/node-steam-user/issues/385) - [x] Refactor code and reduce...