Tim Macfarlane
Tim Macfarlane
This PR does a couple of things (very happy to split of course) 1. improves support for errors occurring in synchronous and asynchronous authorizers 2. allows authorizers to return promises...
Simple patch to add support for [PogoScript](http://pogoscript.org). Didn't see any automated tests, should there be any for this?
taken from #50
Hi, This plugin seems to break hot reload on markdown generated pages. I'm not sure what's so special about markdown pages but I can demonstrate this behaviour with the gatsby...
* add `map`, `mapAll`, and `ensure` * remove dependency on jQuery * remove dependency on chai * tests are much much faster, since we stub out retry mechanism * retry...
an innocent file like this: ```js var x x.values() ``` Will fail eslint with this error: ``` ES6 methods not allowed: values es5/no-es6-methods ``` This is my `.eslintrc` file: ```json...
Hi @lhorie, I've added an benchmarks for [plastiq](https://github.com/featurist/plastiq). This also contains a fix to wait for todo items to be added or completed. I noticed with some frameworks that two...
Hi, We're planning to run dockercloud on some BYONs behind a firewall in our datacenter, so I'm doing some tests to see if it's going to work. I'm running vagrant/virtualbox...