-
Moya has too strict dependency on ReactiveSwift. I use ReactiveSwift 6.7.0, but I cannot update to Moya 15 since ReactiveSwift 6.6.1 is required.
-
[Libraries like Moya] provide optional extensions for RxSwift, etc. We should consider building in support for Combine as it becomes to de facto reactive library.
-
This isn't working
```swift
let r2 = APIProvider.rx.request(Quizzler.FORECASTING())
let r3 = APIProvider.rx.request(Quizzler.HOURLYDATA())
let r4 = APIProvider.rx.request(Quizzler.SUNTIMING())
let…
-
Currently, the latest RxSwift is 6.0 but Moya require RxSwift 5.0. Please update Moya using the latest RxSwift version.
Many Thanks.
-
Hello to whoever is still maintaining this package!
First of all, I would like to thank you for your effort as Moya is used in quite a few apps that I maintain. I couldn't help but to notice though…
-
Two pods on my cluster are geting an IP that is not attached to an ENI
Cilium version is 1.8.4
EKS Kubernetes version 1.16
Observed this issue after upgrading from 1.8.3 to 1.8.4 and adding nod…
-
## Task
- 프로젝트 생성 및 설정
- Carthage로 사용할 서드파티 설치
-
Append data ,It not will cause memory peak ? why not use ‘NSOutputStream’
-
I am pretty new to RxSwift and I am using the code from the branch mvvm+rxSwift, which has the following [function for a request of given ProviderType ](https://github.com/rootstrap/ios-base/blob/121e…
-
Currently, the latest RxSwift is 6.0 but Moya require RxSwift 5.0. Please update Moya using the latest RxSwift version.
Many Thanks.