John Cade

Results 4 issues of John Cade

When connecting to MongoDB Atlas, I consistently get this error. This doesn't happen on a local MongoDB server. Any idea what could be going wrong? ``` /Users/jc/Engineering/vue-express-mongo-boilerplate/node_modules/mongodb/lib/utils.js:123 process.nextTick(function() { throw...

Hi, first off, great project. There are not enough Vue + Express starters, and its really nice to have Auth built in as well. I was taking a look at...

I get the following error message trying to fetch a `.json` file that has grown larger than 1mb: ```json { "message":"This API returns blobs up to 1 MB in size....

I would like to use jsdoc3Template explicitly by either by pointing jsdoc to the jsdoc3Template directory through the command line options for jsdoc (-t) or from within a configuration (conf.json)...