Nicholas Hitchins

Results 5 comments of Nicholas Hitchins

Davis, The client.js file in the ss-backbone libs has this in the Initialization method (line ~50): registerModel(model, modelname, attrs.id || model.cid); I've replaced it with: this.idAttribute = this.idAttribute || 'id';...

@bhavya0901 You can specify the tmp directory using puppeteer args in export settings `"puppeteer": { "args": ["--user-data-dir=./new-puppeteer-tmp-path"] },`

Another issue with the above which is directly related to #6087 is that you can not update the discriminatorKey value via the discriminator model when doing findByIdAndUpdate This updates the...

@jszuminski Working now with absolute path - confirmed!

Any possibility of getting this PR merged and published to NPM?