Sharry Stowell

Results 16 issues of Sharry Stowell

I used the code in the example & ran 'npm start' ``` "start": "babel-node index.js --presets es2015,stage-2" ``` ``` Now using node v8.9.0 (npm v5.5.1) me@me-Latitude-E7470:~/Development/Projects/g$ npm start > [email protected]...

Trying to fire an event when the datatable has loaded, tried the example on the datatables website: https://datatables.net/reference/option/initComplete to no avail. Any pointers please guys?

Hi, we are trying to add ids to each datatable row, seem to only have control to the columns[], how can you add an id to each row please?m Tried...

Hi, we want to install pm2-syslog2 (https://www.npmjs.com/package/pm2-syslog2) module, but its failing on installing. Says it needs MAKE, surely you don't have to this on a production server to add a...

Getting the following error: ``` TypeError: undefined is not a function at EmbeddedDocument. (/home/sharry/Development/Projects/site/node_modules/monguurl/lib/monguurl.js:40:12) at _next (/home/sharry/Development/Projects/site/node_modules/mongoose/node_modules/hooks-fixed/hooks.js:62:30) ``` Model ``` "use strict"; var mongoose = require('mongoose'), monguurl = require('monguurl'), timestamps...

Hi, thanks for all your hard work on this project folks. I'm trying to block a list of users, but I need the userid (https://github.com/trevorhobenshield/twitter-api-client/blob/main/twitter/account.py#L367), but I only have Twitter...