Ching

Results 17 comments of Ching

选择左边区域的话会抖动,右边则不会,没有深入研究。折中办法是指定拖拽选择器。 ![image](https://user-images.githubusercontent.com/25190239/104425134-40d6db00-55bb-11eb-8fb3-0b584df7696c.png)

> Please create a repro example https://codesandbox.io/s/moleculer-api-routing-forked-cxfnr8?file=/services/api.service.js

``` "use strict"; import ApiGateway from "moleculer-web"; import Koa from "koa"; import bodyParser from "koa-bodyparser"; import cors from "@koa/cors"; export default (broker: any) => { return broker.createService({ name: "test", mixins:...

@intech https://codesandbox.io/s/competent-cray-ct7zkl?file=/index.js

The ```http.server``` timeouts have changed in Node.js v18. The ```headersTimeout``` is set to 60000 milliseconds (60 seconds), and ```requestTimeout``` is set to 300000 milliseconds (5 minutes) by default. The ```headersTimeout```...

> They changed the HTTP timeout behaviour - Node v16 vs v18: v16: https://github.com/nodejs/node/blob/v16.x/lib/_http_server.js v18: https://github.com/nodejs/node/blob/v18.x/lib/_http_server.js You are going to see in v18 this code: > > ``` > const...

每一个里面都有重复的一个数字

```'甲子': '五六七八五四三二一九'```重复了```五```