Yao Zhao

Results 91 issues of Yao Zhao

Say, I have 3 services running in 3 processes. One is to handle a message and send a broadcast, the other two will receive the broadcast and do some related...

enhancement

```ts // if N is negative, convert it to its positive counterpart by the Arr type ToPositive = `${N}` extends `-${infer P extends number}` ? Slice['length'] : N // get...

answer
en
216

we have a draggable list composed of multiple collections. when dragging a row into another collection, it will be sorted to the most top or bottom position, but we hope...

I try to specify `LOGSPOUT_STREAM={{.InstanceID}}-{{.Name}}` in my compose file to deploy logspout in swarm cluster, it complains that ``` Updating service logspout_logspout (id: y14jnec1bcszr62zwu1d96ba3) failed to update service logspout_logspout: Error...

`editableInput` event is not triggered when some medium-button takes effect. this causes inconsistent state.

I noticed this package depends on ws v6. Would you please support the latest ws?

Thanks for this great project, in js error monitors, we can get error with generated file and location(line and col numbers), but it's hard to locate this position in current...

see https://github.com/facebook/regenerator/blob/master/packages/regenerator-runtime/runtime.js#L732 it assume `module.exports` is an object. howerver, with current webpack 5, the `module` is an object while `module.exports` is only an setter, not an object at all, which...

iproxy 真好用 但是临场写的代码太长之后,不太好格式化,需要复制出去再粘贴回来。其实主要就是 JSON 和 js,如果支持原地格式化代码就好了