Results 5 issues of wenfer

**Bug description** i compile my test.rs got a error then i found two "screen" function in window.rs **Backtrace** error[E0034]: multiple applicable items in scope --> src/main.rs:23:29 | | let screen...

bug

freeswitch不知道为啥,大概一天会断开一次连接,重新连上的时候之前监听的事件就收不到了。 我试过用ServerConnectionListener在连接连上的时候去监听,但好像这个事件发生的时候,client还没有初始化,调用监听事件会报没有权限,所以我现在是加了异步延时去弄,这个问题有其他好的办法解决吗

能否为v语言添加适配 https://github.com/vlang/v

my code ```java package x11; import com.github.moaxcp.x11client.X11Client; import com.github.moaxcp.x11client.protocol.record.*; import java.io.IOException; import java.util.List; public class X11Test { public static void main(String[] args) { try (X11Client client = X11Client.connect()) { int...

### 问题详情 试过google和baidu,全都报错 ![image](https://github.com/user-attachments/assets/dfa9ba62-4b00-4161-905f-918e041ea773) ### 运行方式 我是从源代码运行的 ### 代理 是 ### 日志 ` javsp 6 "/app/.venv/bin/javsp", line 6 sys.exit(entry()) __main__.py 599 entry "/app/javsp/__main__.py", line 599 RunNormalMode(recognized + recognize_fail) __main__.py 440...

bug