Gaurav
Gaurav
So we have had workers run a while ago and we would like to clear up data on our MongoDB storage with worker data that is say over a month.
1. This helps look at a lean view of just one task if you have many. 2. This could be the base for adding new views for tasks. 3. Lastly,...
``` /project-x/scrape/node_modules/osmosis/lib/commands/contains.js:14 if (getContent(context).indexOf(this.string) !== -1) { ^ TypeError: Cannot read property 'indexOf' of undefined at Command.Contains [as cb] (/project-x/scrape/node_modules/osmosis/lib/commands/contains.js:14:28) at Command.start (/project-x/scrape/node_modules/osmosis/lib/Command.js:159:21) at /project-x/scrape/node_modules/osmosis/lib/Command.js:166:18 at requestDone (/project-x/scrape/node_modules/osmosis/lib/commands/follow.js:21:17) at /project-x/scrape/node_modules/osmosis/lib/Command.js:396:17...
``` Running "sshexec:test" (sshexec) task Verifying property sshexec.test exists in config...OK File: [no files] Options: config="staging", host=false, username=false, password=false, agent="", port=22, ignoreErrors=false, minimatch={}, pty={}, suppressRemoteErrors=false Raw Options: config="staging", host=false, username=false,...
Lovely project, this issue. ``` /usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2348:29: error: no member named 'val' in 'cv::Scalar_' return Scalar_(a.val[0] * s, a.val[1] * s, a.val[2] * s, a.val[3] * s); ~ ^ /usr/local/opt/opencv/include/opencv4/opencv2/core/types.hpp:2348:43: error:...
Another POST request should be made with the code that is returned from the first authorization request. http://developer.wordpress.com/docs/oauth2/ Can I fix this for you?
It would be cool to have a status update with media as per https://dev.twitter.com/docs/api/1.1/post/statuses/update_with_media ``` twit .verifyCredentials(function (err, data) { console.log(data); }) .updateStatus('Test tweet from ntwitter/' + twitter.VERSION, "http://imageurl.com" function...