Alex Liu

Results 56 comments of Alex Liu

Hey, thanks for putting this together! I haven't had time to take a stab at it yet from my end. I think your commit is a move in the right...

Another approach might be to simply return a stub object in node environments: `main: "./stub.js"` and a main entry point for Browserify: `browser: "./dist/html5shiv.js"` Given that you guys are exposed...

> Is it that: > > * when one finds an instance of VError in a core dump, then they have to follow the chain of causes manually to the...

In the latest release I picked up ^3.0.0 of json-stream-stringify. Let me know if that addresses this issue.

Apologies for the year long delay. 😅 I've rolled this up into #27, which builds upon both @MichaelHirn as well as @MoritzLoewenstein 's work. Please take a look and let...

IIUC, I think this is related to the breaking change in restify 3.x where error listeners now require callbacks: http://restify.com/docs/server-api/#errors If I update your repro to call the cb, it...