Ptkatz

Results 7 issues of Ptkatz

Can you change the shortName of lands in "word-map-index.json" to CountryISOCode? For example: China -> cn, Japan -> jp, United States -> us

作者你好,我觉得可以将流程导出为Lua、Python这种脚本语言。考虑到一些自动化流程需要在Linux服务器上操作,可以先在Windows上进行图形化绘制,导出为脚本语言后再使用解释器执行,方便操作。

I don't want the connected nodes to disconnect,I used this method, but it still disconnects when dragging the port. ``` node2Input.Port.ConnectionDragStarted.Subscribe(s => { node2Input.Port.OnPortEnter(); }); ```

I want to modify RunPE to be a C# DLL library to implement reflection calling RunPE, but it fails ![image](https://user-images.githubusercontent.com/112046443/233983913-73a87e72-de1c-4bb6-bd86-d7deb09bce59.png)

![image](https://github.com/user-attachments/assets/7bcb255e-dcc6-4008-8c78-f97ffd310921) My C# project prompts that libssl is needed after Native AOT compilation, so how can I link libssl into the program?