Rowan Manning
Rowan Manning
Allow for mixing in methods from another class after class definition. E.g. ``` js var MyClass = Class.extend({}); // Mix in a set of functions MyClass.mixin({ foo: function () {},...
There are quite a few useful utilities in here, which could be exposed to allow extra functionality (such as extending non-chic classes). For example (not necessarily actual API): - `extend(obj1,...
### Describe the problem The documentation for this module states [you can use a custom session store](https://github.com/auth0/express-openid-connect/blob/master/EXAMPLES.md#9-use-a-custom-session-store) and that it's compatible with [express-session-store](https://github.com/expressjs/session#session-store-implementation). I've found that this isn't quite true....
Hi, I'm trying to publish webmentions from [my own site](https://rowanmanning.com/) and I'm running into an issue which may be more with [XRay](https://github.com/aaronpk/XRay), or it may be my misunderstanding of how...
Hey @TheJaredWilcurt, not sure if you've been keeping up with the latest Pa11y udates, but we're hopefully releasing Pa11y 5.0 soon ([beta announcement](http://pa11y.org/news/2017/09/[email protected]/)). As this is a breaking change I...
When an invalid request body is encountered in `arc.http` or `arc.http.async`, it results in a thrown error which is uncatchable by user code. This means that a client error (malformed...
This is quite a small issue, but could you change the website below the repo description from _http://stubbornella.org/_ to _http://oocss.org/_? It's potentially confusing to anyone who finds this repo to...
## The issue this fixes An undocumented breaking change slipped into the v4 release which causes the conditional in actions to stop working as documented. I encountered it when migrating...
When using `proxyTimeout` it's very difficult to tell the difference between a regular socket hangup and a timeout because, in both cases, an `ECONNRESET` error is thrown. Ideally we should...