-
If I click the home button repetitively I end up getting spammed with this error:
```
server error { [Error: write EPIPE]
code: 'EPIPE',
errno: 'EPIPE',
syscall: 'write',
address: undefined }…
-
I am testing `koa` version `2.0.0-alpha.1` with `koa-router` and got `RangeError: Maximum call stack size exceeded`
**Failing code**
``` js
import Koa from 'koa';
import Router from 'koa-router';
…
-
Code
``` javascript
app.use(koa_static('./dist/', { index: 'index.html' }));
```
```
Warning: a promise was created in a handler but was not returned from it
at Object.eval (eval at (/home/far…
-
First off, Koa 2.0 –> great work! I've been playing with it today and have really appreciated the focus on modularity and the future of js.
In light of this new release, what's the most preferred/bes…