kunish

Results 29 comments of kunish

这里对上面的例子做一个扩展 ```javascript const promise = new Promise((resolve, reject) => { console.log(1); resolve(5); console.log(2); }).then(val => { console.log(val); }); promise.then(() => { console.log(3); }); console.log(4); setTimeout(function() { console.log(6); }); ``` 执行结果:...

Why not just use array instead of comma separated string on `ignoreBranches`, while we are using json object as configuration parameter?

没复现成功,有稳定的办法么

Can't reproduce this issue on my side, can we find a steady way to reproduce it?

still can't reproduce this issue

Remote desktop session with @RikudouPatrickstar minutes before, after some digging, we can reproduce this issue on chromium based browser, such as Microsoft Edge and Google Chrome, but doesn't seem to...

这个地址现在没配好自定义域名,正常,先用其他的

> 或者在面板上增加“折叠”功能的按键,将有关代理组隐藏也行,面板那边没issue选项,我就把问题发这边了。 现在 [yacd-meta](https://github.com/MetaCubeX/Yacd-meta) 有 [issue](https://github.com/MetaCubeX/Yacd-meta/issues) 选项了,可以过去提

dashboard的issue现在也开了,[在这里](https://github.com/MetaCubeX/Razord-meta/issues)

> 我之前也遇到同样问题,后来在“配置——切换后端”,输入正确的后端地址(只输入网址及端口)及秘钥,就正常了 正解,一般是配置错了