gh.guo
gh.guo
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [x] I...
**必现/偶发?** 必现/偶发 必现, 一直循环播放 设置非1.0倍速后,一直循环播放 就会出现 **描述bug** 清晰简单地描述这个bug是啥 **Demo中是否存在同样的问题?** 是/否 **你期望的结果是什么?** 你本来期望得到的正确结果是怎样的?就是解决bug之后的结果 **运行环境** - iPhone X - iOS 13 - Xcode 11.2.1 - Objective-C/Swift **截图** 如果有必要的话,请上传几张截图 **额外的** 最好能提供出现bug的Demo
发现播放视频(缓冲一部分)然后断网, 出现重新播放点击后,依然会出现上述崩溃 其状态为 AVPlayerStatusReadyToPlay. #19
#18 所描述的情况是弱网导致fail继续播放会导致崩溃,现在测试发现当播放视频正常播放后,断开网络(保证缓冲进度未100%),然后播放到未缓冲的资源时,切换到了 错误控制层,此时点击 `重试` 会触发崩溃. ``` // 重新创建playerItem规避`An AVPlayerItem cannot be associated with more than one instance of AVPlayer`错误. if (avPlayerItem != nil && avPlayerItem.status == AVPlayerStatusFailed) ... ``` 之前修复的代码加了fail状态判断,现在发现上述情况是AVPlayerStatusReadyToPlay的状态,所以未重新创建AVPlayerItem导致重复bind....
iOS11.4 (iPad) Swift5 从相册选择图片,控制台输出一下警告,而且滑动列表有明显卡顿,且会崩溃. 2019-09-20 09:22:13.667219+0800 Lanren[3227:558110] [Common] _BSMachError: port c07; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND" 2019-09-20 09:22:13.849792+0800 Lanren[3227:559688] [ImageManager] Unable to load image data, /var/mobile/Media/PhotoData/CPLAssets/group477/4FF734DC-9DD7-4D87-80BD-64A083127A8B.JPG 2019-09-20...
### What did you do? json["datas"] ### What did you expect to happen? json["datas"] ### What actually happened instead? ``` Crashed: com.apple.main-thread 0 SwiftyJSON 0xc260 specialized Sequence.forEach(_:) + 392 (:392)...
vConsole Version: 3.15.1 vue3 + ts + vite main.ts 引入 ``` export function createApp() { const app = createSSRApp(App) app.use(new VConsole() as any) app.use(uviewPlus) setupStore(app) return { app, } }...
### 希望添加的功能 貌似很久没有代码提交了,想问下该库未来还会维护吗?
如题, 请问uni小程序中只能使用原生语言插件吗?可以使用uts开发插件吗?由于是uniapp项目是打包成wgt了 ,uts插件是编译到对应平台比如ios是swift, 但是打包wgt并没有看到类似的framework产物. 现在是不支持吗? 真机wgt ``` [warn]WXBridgeContext.mm:1323, jsLog: [JS Framework] 当前运行的基座不包含原生插件[UTS-Proxy],请在manifest中配置该插件,重新制作包括该原生插件的自定义运行基座 __WARN ``` 模拟器直接运行: ``` Error: undefined class: UTSSDKModulesxxxUtsIndexSwift, xxx-uts 插件不存在或者编译错误,请检查插件代码是否存在错误,MAC端请配置Xcode环境后重新真机运行或者重新打自定义基座,Windows端请重新打自定义基座。 __ERROR ```
### Checklist - [x] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue - [x] I made sure that the issue I am raising doesn't already exist ### Current bug...