-
Hi.
OS: Windows NT 10.0; Win64; x64
Node: 10.15.1
Local-web-server: 3.0.4
```js
// lws.config.js
// -------------------------------------------
const config = require('./proxy.config');
…
-
这个帖子是周刊的免费招聘服务。
如果你们公司正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、公司简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发贴人联系。
历史帖也可以查看。
- […
-
I periodically get the following error after `rollup --watch` rebuilds after a while. I'm not able to provide a confident estimate on the number of times, but it does not seem to happen shortly after…
-
Maybe should use `res.end` instead of `this.body=` ASAP.
``` js
redirect: function(url, alt){
// location
if ('back' == url) url = this.ctx.get('Referrer') || alt || '/';
this.set('Loca…
-
**Informations**
- **Node.js version**: v11.0.0
- **NPM version**: v6.4.1
- **Strapi version**: alpha.15
- **Database**: redis
- **Operating system**: ubuntu 18
**background**
There is sess…
-
#### Prerequisites
Please check the [FAQ](http://naver.github.io/pinpoint/faq.html), and search existing [issues](https://github.com/naver/pinpoint/issues) for similar questions before creating a new…
-
Is there some sort of caching that could be done on larger projects? I'm using this 6to5 with Koa on Node 0.10. I know I could use 0.11 but I was just seeing if this would work out a little better. …
-
## The dependency [koa-session](https://github.com/koajs/session) was updated from `5.10.0` to `5.10.1`.
🚨 [View failing branch](https://github.com/JounQin/Rubick/compare/master...JounQin:greenkeepe…
-
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…
-
now that promises are going mainstream, i'm trying to think of how to make express more async friendly. an idea is to use promises.
- `next()` now returns a promise
- if middleware returns a promise, …