-
koa-ejs/index.js line 96:
```
const fn = ejs.compile(tpl, {
filename: viewPath,
_with: settings._with,
compileDebug: settings.debug && settings.compileDebug,
debug: setti…
-
Hi @jeffijoe ,
I would like to know what's your plan regarding the koa-router package being sold to a new maintainer and the one forked by the koajs organization.
Will you still use the same li…
-
![image](https://user-images.githubusercontent.com/20589814/63238125-79b03a80-c277-11e9-873e-1123d1932209.png)
一小时前koa更新了新版本。egg中没有setter导致报错。
-
## The dependency [koa-session](https://github.com/koajs/session) was updated from `5.10.1` to `5.11.0`.
🚨 [View failing branch](https://github.com/JounQin/blog/compare/master...JounQin:greenkeeper%…
-
I am using koa2 with Angular, I saw you article in Medium.(https://medium.com/@avishwakarma/server-side-rendering-using-koajs-and-angular-universal-9270fe182f41).
I want to know that which package su…
-
Hi,
Is there any plan to support [HTTP/2](https://en.wikipedia.org/wiki/HTTP/2) in Koa?
Thanks!
-
为什么没人提这个问题呢?
Support for generators will be removed in v3. See the documentation for examples of how to convert old middleware https://github.com/koajs/koa/blob/master/docs/migration.md node_module…
-
```
import Koa from 'koa';
import Router from 'koa-router';
export default async function(config: Configuration) {
const router = new Router();
router.post('/abcdefg', async ({
req…
-
I want to parse my form using `@koa/multer` + `koa-router` but it doesn't seem to be working.
Here's the form code:
```html
Drag your project here
Drag n drop some files or click to call…
-
I'm trying out v3 on a new 3.8 app and running into this error when trying to access `this.store` in a controller:
> Class constructor FirestoreAdapter cannot be invoked without 'new'
I believe …