妙蛙种子

Results 18 comments of 妙蛙种子

@matthijs2704 so I have to install the SwiftString before yours? after I have installed your repo and I neither haven't seen the SwiftString files nor can't import SwiftString into my...

```` overlay := ffmpeg.Input("./123.png") err := ffmpeg.Filter( []*ffmpeg.Stream{ ffmpeg.Input("./1.mp4"), overlay, }, "overlay", ffmpeg.Args{"0:0"}). Output("./2.mp4", ffmpeg.KwArgs{"map": "0:a"}).OverWriteOutput().ErrorToStdOut().Run() if err != nil { log.Println(err) } ````

如果UIAlertController里有个textField 退出也是报leak了

我开始用的https://github.com/wechaty/getting-started 这个 后来看了一扁issue 换改了[email protected]:RPAChat/workpro-getting-started.git 但依然报这个错,截图如下: ![微信截图_20240721111338](https://github.com/user-attachments/assets/d8179bd3-2817-4e59-81ca-5d8aff55610b) 我看了一下申请token的后台,显示在线状态是“离线”的,跟这个有关系吗?我尝试重启了 就一直是离线的 我刚申请的试用

![微信截图_20240721111551](https://github.com/user-attachments/assets/ec35fdbc-dd32-440c-bbde-a3ada58ba145)

> 看起来是因为某一个依赖升级了,导致无法解析到token地址了。我正在研究具体是什么依赖。 离线是指企微是否登录,和这个没关系。 好的 感谢~