José Ventura

Results 3 issues of José Ventura

Hello! When omitEmpty is called with an object that has Symbols as property keys, those keys are missing from the result: ```javascript const omitEmpty = require('omit-empty') const assert = require('assert')...

Hi! I'm using the usual method to have CLS contexts per http request: ``` // express middleware function runInNamespace(req, res, next) { var namespace = cls.getNamespace('horus-dashboard-ns'); // wrap the events...

Hi! I'm following the Bluebird advice here: http://bluebirdjs.com/docs/warning-explanations.html#warning-a-promise-was-rejected-with-a-non-error When an HTTP status >= 400 is received, prequest currently rejects with the response, which is not an Error object. So console.log(err)...