-
Hi! I need help with the pull request review. More info inside https://github.com/Moya/Moya/pull/2111
-
## i can run oc demo success, but when i try use swift , it seems isn't simple.
## Swift-OC-Demo
use ` pod bin auto --all-make` command run in the Swift-OC-Demo project. get this error .
```
/Us…
-
## The problem ###
Say, our application uses **Moya** for network request and **ObjectMapper** for JSON mapping. This could lead to duplicated or complicated code.
(yes, I think **Alamofire** is…
-
## 작업 내용
- [x] FSCalendar
- [x] Moya
- [ ] Firebase/Analytics
- [x] KakaoSDK
- [x] SnapKit
- [ ] RxSwift
- [ ] RxCocoa
- [ ] RxGesture
- [x] Gedatsu
## Things to consider
- 꼭 SP…
xwoud updated
2 years ago
-
Hi, I'm one of the developers of Alamofire. In addition to maintaining version 4, we're currently working on a major update, Alamofire 5. Given that Moya is one of the most popular libraries that cons…
-
-
```
var charset = require('charset');
charset({}, '\n\n\n\n ')
```
Running this code returns `'iso-8859'` instead of `'iso-8859-1'`
-
Hi there,
I'm experiencing a crash when the app is built using Xcode default generated build configuration called Release, thus I think it may be related to the compiler optimizations.
This is t…
-
```
pod 'RIBs', '~> 0.9'
```
when insert this code in podFile and run pod install, there is some issue that
```
CocoaPods could not find compatible versions for pod "RxSwift":
In snapshot (P…
-
Hi, I'm using RxSwift with Moya and trying to use stub, but requestWithProgress never emit any response with it. But it works perfect if I'm using simple request.
Here's my code:
```swift
let pro…