bupo

Results 7 issues of bupo

[ˌdʒiːjuː'aɪ]

this is the protocol ``` protocol PreviewVMOutput { typealias State = PreviewViewModel.State var previewState: Driver { get } var previewAction: Signal { get } } ``` generated code is: ```...

能否获取无主内存的分配堆栈

` @IBAction func makeLeaks(_ sender: Any) { let size = 51 * 1024 * 1024 let payload = UnsafeMutablePointer.allocate(capacity: size) let data = Data() data.copyBytes(to: payload, count: size) }` 这份代码应该是会创建泄漏的内存的,但是用executeLeakCheck没有检测到

前端监听了touchstart touchMove等事件对native组件进行侧滑操作。native组件上的播放进度条也添加了panGesture。在拖动进度条时会同时触发前端的侧滑操作。 有什么方式解决吗?

select photos and click done button, but the delegate not call, the done action also not call

Github的api不支持获取trending列表,是通过后台定时去抓取github的页面,提取trending列表吗?