Chad Estioco
Chad Estioco
I am trying to solve #80 which should be simple enough. I modified the script so that it calls mkdir manually on each subdirectory under `$VENVBURRITO`, instead of using the...
Instead of `bin`, `exec`, and `lib` being created, their names are concatenated into one directory name: ``` $ gconftool-2 -t bool -s /apps/gnome-terminal/profiles/Default/login_shell true $ curl -sL https://raw.githubusercontent.com/brainsik/virtualenv-burrito/master/virtualenv-burrito.sh | $SHELL...
**Package version:** 1.2.0 **node version:** 10.16.0 Take this code: ```js var dynamo = require("dynamodb"); dynamo.AWS.config.loadFromPath("/home/me/.aws/credentials.json"); ``` Running this with `node index.js` results to ``` Error: connect EHOSTUNREACH 169.254.169.254:80 at TCPConnectWrap.afterConnect...
The [docs](https://www.npmjs.com/package/unzipper#openurlrequestlibrary-url--params-options) make use of [request](https://www.npmjs.com/package/request), a library deprecated a year ago. Is there another library I can use? FWIW, I tried using [got](https://www.npmjs.com/package/got) and I get: ``` node_modules/unzipper/lib/Open/index.js:61 req.abort();...
I wonder why the extension needs the permissions (a) access to data on all websites and (b) tabs and browsing activity? I'm not very knowledgeable in making Chrome extensions but...