HQ1363
HQ1363
 > 通过上图方式可以拿到,但是很慢,效率是真的低;也就是说最好通过异步的方式来获取这个build id信息,否则用户真的会狂吐槽.
mac 系统不支持,换到 linux 环境下, 再 pack, 就没问题了
同求大神解答 @nickevin @gfreezy @seanlinwang @atell @alcoholwang
不清楚您(@gfreezy )说的远程配置和本地配置是啥配置,以下是我的client.xml文件配置 ` `
@gfreezy 这里的IP设置应该是正确的,因为公司JAVA服务都是用的相同内容的配置文件,只是我这个是Python服务,不是Java服务。但是python的cat-sdk总是会去读127.0.0.1的IP地址;看了一圈加载clent.xml文件的源码,也没发现什么猫腻。 `>>> import cat >>> cat.init("beidou-api", debug=True) encoder: 1 sampling: 1 multiprocessing: 1 heartbeat: 0 Log file has been opened in write mode by other process. File: "/tmp/ccat/src/ccat/client_config.c", Line...
@otakustay 我也遇到了一样的问题,求帮忙一起看看,感激不尽
> 将gitlab的diff传递给组件,此问题得到解决。不过直接用jsdiff的diffLines算出来的结果确实和gitlab不一致,虽然也是正确的。
同楼上,想参考下
I encountered the same problem, really difficult to use, simply unable to install the latest version of the package, directly give up.
https://github.com/openpilot-hub/devpilot-intellij/blob/545e5aad139a6f728b33d7805a6b0ee3963cdc6e/src/main/java/com/zhongan/devpilot/gui/toolwindows/chat/DevPilotChatToolWindow.java#L112 I found a similar jetbrains plugin processing mechanism, including reusing json instances and reload jbcef window strategy. Maybe this problem can be referred to, and the effect is still...