cxs

Results 11 comments of cxs

对技术的探究都追溯到最初的论文,太棒了。我收获最大的是分布式事务这章,原来游戏sdk中充值的事务保障算法来自于BASE的可靠事件队列啊。作者对tcc和saga的总结也太好了,我记得之前淘宝出的一本 中台 书中也讲过这个,这里虽然文字不多,但能一下子就让人理解本质,感谢作者。

I have the same problem. after a second check, here is what I found. the reason was my network CANNOT access git://. ( in .gitmodules file) so the solution is:...

I have the same problem include your first "SoilMachine.so: cannot open shared object file" . after a second check, here is what I found. the reason was my network CANNOT...

how to do this on rete": "^2.0.2", on react,it has not editor.view api。 i tried area.update('node', nodeid), it worked on node update but area.update('connection', connectionid) does not work

@Ni55aN it will begin update connection only after a mouse click on area. `area.update('connection', connectionid)` does not work! the code i tried is: ```typescript await area.update('node', node.id); const connections =...

@Ni55aN Give me 30 minutes. I will write a English README.md soon

@Ni55aN english readme done ## build backend server ### Prerequisites * jdk21 * gradle ### build, generate cfggen.jar. ```bash genjar.bat ``` ## run backend server ```bash cd cfgeditor java -jar...

> @stallboy according to the screnshots, you have a problem with updating socket positions (not connections UI component directly). It can be updated on socket update or `noderesized` event >...

that's great. thanks a lot. I didn't expect antd animation.