Yi Xin

Results 3 comments of Yi Xin

It seems that you can subscribe to the changed event subject of config. https://github.com/Eugeny/tabby/blob/21e5d689947a000e3678a3700d799cab2385e75a/tabby-core/src/services/config.service.ts#L133 https://github.com/Eugeny/tabby/blob/21e5d689947a000e3678a3700d799cab2385e75a/tabby-core/src/services/config.service.ts#L274

不用正则,不用 Math.max,不用 split,强行一行搞定。(看得懂才见鬼) ```js Object.values([...'abcaakjbb'] .reduce((a, b, c, d) => b === d[c - 1] && (a[c] = [b, a[c - 1] ? a[c - 1][1] + 1 : 2])...

> We do not support HTTP/2 and it is unlikely that we will any time soon. > > We rely on the express framework for our http route handling. Upstream...