Kanglai Qian

Results 11 issues of Kanglai Qian

Hi, I just finish supporting EldenRing with Havok2018 at https://github.com/qiankanglai/HavokLib/tree/havok2018. File formats seem keeping the same except `.compendium` is added (storing content across files I guess). Also two diff I...

https://gpp.tkchu.me/singleton.html 我们希望有种方式能保证**同事**只有一个实例而无需提供全局接触点。 应该是 同时

Sometimes, the web socket library used in this client will throw 'IllegalStateException: Timer was canceled', especially when the code contains ``` Thread.Sleep(); ``` I found a patch here and recommended...

https://github.com/ands/seamoptimizer/blob/master/seamoptimizer.h#L480 I think it should be `floor` rather than `round` here, or `ax` may be negative leading to strange weights. BTW, what's the license for seamoptimizer? I'm porting this to...

bug

建议ghidra.py脚本第一行改成类似这样 ```python # Parse with Il2cppDumper # @category: Il2cppDumper import json ``` 好处是看的舒服( ![image](https://github.com/Perfare/Il2CppDumper/assets/1546130/f72fd9f9-7b56-459d-b2ac-fe29ff379b55)

I have some documents with hundreds of images, so I tried to optimize batch renaming process a bit. - avoid getFileCache every time when we already have one - early...

Just add support for svg files when batch renaming.

**Is your feature request related to a problem? Please describe.** Sometimes I have duplicate images in one document like this ``` balabala like ![](image1.png) balabala like ![](image2.png) balabala like ![](image1.png)...

enhancement

[辅助方法](http://windjs.org/cn/docs/async/helpers.html) ``` try { $await(fs.mkdir("./hello-world")); } catch (ex) { // 出错了 } ``` 应该是 ``` $await(fs.mkdirAsync ("./hello-world")); ``` 吧?

环境 - pomelo 0.3及pomelo 0.4均试过 - [email protected] - 参考pomelo-robot-demo中lord.js,使用了websocket版本的pomelo而没有直接用robot.request等函数 - macoxs, node v0.8 - 服务器用的pomelo init出来的代码,测试connector.entryHandler.entry 问题描述 - 1个agent,10个worker - 服务器log显示一般有2-3个连上了请求 - 10个worker一般只有一个或0个获得服务器返回的game is ok - 改成1个agent一个worker就可以了 尝试过用别的websocket库,结果一样;内存和CPU都未满;由于只有50个用户,而且预先mysql读取的也正常;网络通信部分加了try/catch,包括onerror等都没log