Mike Chen

Results 7 issues of Mike Chen

The idea is almost same with mine. Since that the request.js package is difficult to maintain and extend. Wow, I should consider the module in my next refactor of `crawler`....

Maybe add SOAP support when posting. Body like below: ```xml ... {"bbq":"0"} ```

As the title says, in document of programmatic local part, there are code as below: ``` daemon.on('process:ready', function(error, readyProcessInfo) { if(processInfo.id == readyProcessInfo.id) { // process has now started }...

Hi, I have a simple script name `test.js` that content is: ``` process.argv.forEach((val, index, array) => { console.log(`${index}: ${val}`); }); ``` and I start using `guv start test.js`, but it's...

It seems strange when I run the command as following: root@iZ28sy91bq6Z:~# guv list No running processes root@iZ28sy91bq6Z:~# guv list error: Daemon was not running root@iZ28sy91bq6Z:~# guv list No running processes...

I'm using sailsjs now, which uses consolidate as low level view engine utility. But now I'm going to compile .pug file with some customized arguments? I've no idea how to...

If I have some error with some tasks, the crawler won't fire up the onDain event.