-
```
Cloning spec repo `bitbucket-podspecs` from `git@bitbucket.org:NullPlague/podspecs.git`
[!] Unable to add a source with url `git@bitbucket.org:NullPlague/podspecs.git` named `bitbucket-podspecs`…
-
# Why implement Promise/Future
`Promise` enables more functionalities for chaining and perpetuating operations than a simple `(Result) -> Void` callback by allowing
- Multiple transformations: `…
-
I like the library you created, like SwiftUIX Merge.
If it is a library similar to RxSwift's ReactorKit, I would like to make good use of this library, and I would like to have a document for that.…
-
With release of RxSwift 5.0 Relays have been moved to separate framework `RxRelay`, which means that now you can use them without `RxCocoa`.
Are there plans to support `RxRelay` and replace `StateR…
-
Recently, I try to use RxSwift + Moya + Decodable to do my project. But I can't find a better Decodable extension for supporting [Moya](https://github.com/Moya/Moya).
So I try to inplement it by my…
-
## UI에서 좀 더 잘 쓸 수 없을까?
### Subject(on RxSwift)
- onNext, onError, onCompleted를 전달할 수 있음
### Relay(on RxCocoa)
- Subject를 Wrapping, 종류는 PublishRelay, BehaviorRelay 2종류가 있음
- UI에 특화(error, comp…
-
Hi,
I'm stuck to update to Firebase Auth 7.0. Do you plan to support it soon?
RxSwift is, at the moment, in 6.0.0-rc.1, add its support in the same time please ;)
Thanks.
-
### What happened?
**Summary**: **Package dependencies with product type `.dynamic` are linked static in Tuist dependencies.**
I'm encountering an issue with how Tuist dependencies resolves the li…
-
Hi Gordon,
I get the same issue as mentioned here: https://github.com/gordontucker/FittedSheets/issues/215, but I use Xcode 16.
I run
```
pod update FittedSheets
```
but it doesn't help as…
-
```
import UIKit
#if !RX_NO_MODULE
import RxSwift
import RxCocoa
#endif
class WikipediaSearchViewController: ViewController {
@IBOutlet var searchBar: UISearchBar!
@IBOutlet var resultsTableV…