davidnbooth

Results 3 issues of davidnbooth

**Describe the bug** When I use require("validator") in a node.js project, the type definitions from DefinitelyTyped are not properly loaded. I can solve this by adding `export = validator;` to...

🐛 bug

For some reason the Worker kept hanging on pdf generation until I removed the "es6-promise" dependency. I'm not sure if you'll want to merge this change because it would break...

Add dummy req.session.regenerate and req.session.save, which passport 0.6.0 expects the request object to have. Not entirely sure if this is in line with the philosophy of this library, but it...