Johan Hernandez

Results 63 comments of Johan Hernandez

@nagapavan good, you can start by going through the pull requests and vetting them to see what we should be merging or closing. you can summon @crellison if something needs...

@jlomas-stripe Thanks for the reminder, yes I saw that one in HN. Unlike event-stream I still retain NPM publishing rights and check what we publish.

@yinzara Unfortunately we still don't have active maintainers for the library, the most active maintainer right now is @golopot and me, but as soon as a I saw that the...

@yinzara releasing two new versions right now, sorry it took me so long, I had a busy weekend.

@jblevins1991 basically just look through PR and watch the repo for new issues and PRs, yes.

Sorry I missed this @capc0, that looks pretty bad indeed. We have a plan to move our lodash dependency to a separate library in the 5.x series, is currently the...

This is happening, the only reason it hasn't yet is because of lack of time and now I'm considering going typescript and removing the dependency on lodash so we have...

@codingthat I can't remember at the moment, but I believe that functionality was implemented by Winston itself, we only provide `exceptionMeta` option to convert an error to some metadata. Readme...

@codingthat Ok found it in the express.js 2.x docs at https://expressjs.com/2x/guide.html ``` app.use(express.errorHandler({ dumpExceptions: true, showStack: true })); ```