RxASDataSources icon indicating copy to clipboard operation
RxASDataSources copied to clipboard

RxDataSource for AsyncDisplayKit/Texture

Results 8 RxASDataSources issues
Sort by recently updated
recently updated
newest added
trafficstars

Hard to say if i've got this right, it's working for me via cocoapods Bumped to 2.0.0 as it'll be a breaking change. Also tends to be inline with other...

Hello, thanks for a great tool. I have Texture 3.0.0 installed on my machine. But installing RxASDataSources failed with the following error ```ruby [!] CocoaPods could not find compatible versions...

RxSwiftCommunity/RxDataSources#271 issue relates to this library as well. The same problem with `RxASTableAnimatedDataSource`. It performs separately each update from the batch. https://github.com/RxSwiftCommunity/RxASDataSources/blob/8f9e8951a68ca7c56f31ac937aa59c1f1fa85e88/Sources/DataSources/ASTableNode%2BRx/RxASTableAnimatedDataSource.swift#L138-L141 https://github.com/RxSwiftCommunity/RxASDataSources/blob/8f9e8951a68ca7c56f31ac937aa59c1f1fa85e88/Sources/DataSources/ASTableNode%2BRx/ASTableNode%2BSectionedViewType.swift#L47-L51

implemented ignore problems under this repository. - update `.gitignore` to ignore macOS's auto generated files - remove `Carthage/Checkouts` directory from repository according to `.gitignore`.

Why is there no init function with `configureCellBlock` in `RxASCollectionAnimatedDataSource` https://github.com/RxSwiftCommunity/RxASDataSources/blob/9aa99c168d54107a8677244d5abac0a57e77ea71/Sources/DataSources/ASCollectionNode+Rx/RxASCollectionAnimatedDataSource.swift#L32