-
The problem seems to be on line 20 of FolderViewController:
~~~swift
viewModel.folderContents.bind(to: tableView.rx.items(dataSource: dataSource)).disposed(by: disposeBag)
~~~
I'm getting th…
-
Hi,
I am very disappointed with your example project. I want to use RxMoya on my project and I'm new on RxSwift. I found a couple of tutorials which includes RxMoya but they all have an old version…
-
您好,当按钮完成一次长按的过程后,再次长按就没有了反应了。是不是和回收订阅有关系?请问应该怎么样才能再次绑定timer?
-
## Expected Behavior
Builds to succeed
## Actual Behavior
Builds fail
## Steps to Reproduce the Problem
1. Try to use this project with Carthage
1. That's it, it dones't work
##…
-
* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md).
# Report
## Wha…
-
I'm using RxTest to test my network services which makes use of a virtual time TestScheduler. However, in Single+ModelMapper, you have fixed schedulers which are incompatible with RxTest as they would…
-
##### Description
Generated code for Swift 4 requires frameworks,
- Alamofire
- PromiseKit
- RxSwift
https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/…
ogres updated
3 years ago
-
Hi everyone,
I'm sorry if some similar question was asked in the past already, I searched the issues but did not find anything helping me unfortunately.
The issue:
We are using SkeletonView in …
-
- 5장 : 불변객체 & 가변객체
- side effect
- functional programming
-
*Short description of missing functionality*:
Starting from RxSwift 6.5 there is a very helpful extension function to AsyncSequence asObservable() which helps to convert coroutine to Observable, bu…