-
Im getting sometimes lot of this errors. I don't usually get them but when i do i get like 10 in the same request. Any idea why this happens?
I'm using nunjucks library which depends on chokidar.
``…
-
### Steps to reproduce
uWebSocket npm package [here](https://docs.feathersjs.com/api/socketio.html#uwebsocket) are deprecated, check [here](https://www.npmjs.com/package/uws).
### Expected behav…
-
config.default.js 配置文件中,设置maxAge无效。上传的图片后,无法访问/public/下资源
exports.static = {
maxAge: 0
};
-
[https://github.com/nodejs/package-maintenance/issues/77#issuecomment-463356844](Take a look at this comment) and [this HN thread](https://news.ycombinator.com/item?id=19156707).
@alexmingoia has s…
-
Session cookies are not set when session has not been accessed and populated. This is documented in koa-session's test suite: https://github.com/koajs/session/blob/master/test/cookie.test.js
```
d…
-
```
(node:1133) [DEP0091] DeprecationWarning: crypto.DEFAULT_ENCODING is deprecated.
(node:1133) [DEP0010] DeprecationWarning: crypto.createCredentials is deprecated. Use tls.createSecureContext ins…
-
## What happens?
使用egg-validate,设置了default,当发起一个get请求时,如果没有传任何参数。则default不会起任何作用。
经过查看源码发现,egg->app->extend->request文件_customQuery方法中,如果http请求没有传递任何参数,则会直接返回{}。所以这段代码应该就是导致egg-validate的default…
-
## Version **3.4.0** of **koa-jwt** was just published.
Branch
Build failing 🚨
Dependency
koa-jwt
Current V…
-
support
-
Node.js: 10.9.0
npm: 6.2.0
koa-router: 7.4.0
koa: 2.5.2
In the below example, simple koa server is running on localhost:2000. Expected behavior at http://localhost:2000/heavy-task is that return…