Li Lv
Li Lv
@rizafran [sample demo code](https://github.com/ACFancy/DemoForFirebaseCrash.git) - run in Simulator - click button many times for a shot time - maybe crash
@rizafran I run this project in XCode 14.0 beta.2, maybe have some changes with XCode 13.x
@rizafran - I adjusted project format for compatiable for Xcode 12.0 - [sample demo code](https://github.com/ACFancy/DemoForFirebaseCrash.git)
@rizafran - I adjusted iOS deployment target to iOS 15.0, before that is iOS 16.0 - [sample demo code](https://github.com/ACFancy/DemoForFirebaseCrash.git) - I changed 10 requests to 10000 requests on one click...
@dreampiggy 看下这个 [issue](https://github.com/SDWebImage/SDWebImage/issues/3254#issuecomment-884017766), SDAnimatedImagePlayer这个类里面的这个方法 displayDidRefresh里面有一个NSBlockOperate的调用, 包装在另外一个非mainQueue, 里面涉及到SDImageIOAnimatedCoder这个类的方法createFrameAtIndex: 的方法, 这个方法又涉及到了一个UImage的初始化方法,好像不能background线程中调用
fixed this change to python3 config, or change enum to aenum in Python2
@tgrapperon - [A GitHub Demo for reproduce this unexpected behavior](https://github.com/ACFancy/DemoForTCA.git)
@tgrapperon new commit I changed to ViewModify, buy not working, why defined a binding bool state value wasn't changed synchronously when binding state value parameter deliver from one view to...
@tgrapperon [new commit](https://github.com/ACFancy/DemoForTCA.git). I tried using swiftUI a binding bool state value, it works. So It's something wrong in TCA implementation about a binding state value