zhaojunli

Results 11 comments of zhaojunli

> Current version required by wails of webkit2gtk for linux does not supporto webrtc. > Webrtc should be available in v3 but I don't know if there will be a...

https://github.com/asticode/go-astilectron Try this library, a combination of electron and go.

多个播放器共用 @hongqx

你好,有解决方法没? @hongqx

我修改了util_windows.go ```go package runner import ( "io" "os/exec" "strconv" "strings" ) func (e *Engine) killCmd(cmd *exec.Cmd) (pid int, err error) { pid = cmd.Process.Pid // https://stackoverflow.com/a/44551450 kill := exec.Command("TASKKILL", "/T",...

还有个疑问,在goland启用远程调试的时候,air热部署会让远程调试中断,需要手动进行点击重新调试,这种情况怎么处理 @xiantang ,还有air不开发了吗

Your address is wrong. correct address https://github.com/xbuntu/godesk

能不能开源下代码啊,或者弄个简单的DEMO,主要是不会在浏览器嵌入

java版本的还没完全弄好吧