Mars Wong

Results 21 comments of Mars Wong

> How about officially dropping support for < node.js 8? > koa-compose could rewrite using async/await @fl0w @iyuq according to community practice, engines support should always follow the [Node.js release...

> totally rewrite using TypeScript like what @fl0w said above, just one more thing: `koa` is quite vary from `egg`、`express` and any other **framework**. It's just a pure http request...

@zhangxiang958 koa already support it since `2.3.0`, u can simply setup a koa app over HTTP/2 like this: ```js const fs = require('fs'); const http2 = require('http2'); const Koa =...

应该发 /nəʊm/,但是经常有人发 /gə'nəʊm/

> 同步到 tendis 的 组件 (redis-sync) 目前是基于 redis4.0 进行开发, 支持的 RDB_VERSION

any update on this?

you can use the `token` and `tokenSecret` inside the Strategy callback to access Twitter's write API

@shenghuowang maybe u need a global proxy to break the firewall 😃

[npminstall](https://github.com/cnpm/npminstall) now just follows a yarn-style, if you don't specify packages version, it will just install the latest version.

> I think middleware for sub router is a better choice? #14 yup, sub router is a good choice for simple router, but what if we need different pre-process logic...