Jamund Ferguson
Jamund Ferguson
We currently have an `uncaughtException` handler of sorts in, https://github.com/krakenjs/kraken-js/blob/v2.x/middleware/shutdown.js Would it be possibly to add a similar `unhandledException` handler? Would we want to do that here. Now that promises...
I'd love to see us patch express/kraken to directly provide support for async functions. Specifically I want the errors from an async middleware function to automatically get forwarded into the...
It seems this project uses `ExportDeclaration` for both `export` and `export default`. As far as I can tell most projects (including espree, estree, and estraverse) are now using `ExportDefaultDeclaration` for...
🏆 Thanks!
just ignore routes that aren't string. fixes #5, #21
### 🚀 Feature Proposal Because `components` are an important query param and needed in a lot of scenarios (see: https://developer.paypal.com/sdk/js/reference/) we should include an example ### Motivation It will make...
At first everything seems fine, but after a while I see the message "Error analyzing bundle!": [screen shot 2017-08-23 at 1 41 38 pm](https://user-images.githubusercontent.com/246143/29637397-da84b45e-8808-11e7-9cbe-16da2454aef7.png) If you hover over the message...
Currently there is no way to configure rules in the demo. I'd like to add the ability to read `.eslintrc` files directly and for them to update the rule-set as...
if the tap output has ansi characters they aren't escaped before being shoved into the XML, which is invalid XML. See: https://github.com/sindresorhus/ava/issues/723#issuecomment-214855388 I'll probably submit a PR that I think...
In Internet Explorer 11 I get this error message when using the web components polyfill and lodash omitBy or pickBy. ``` Unable to get property '@@__symbol:iterator0.93819982581614551' of undefined or null...