Yoon Joonghyun

Results 7 issues of Yoon Joonghyun

[2.2.0](https://github.com/devxoul/URLNavigator/releases/tag/2.2.0) is not contains 80385c0204c1065b13373994a384cfca3265358d So SPM can not resolve dependencies. See following message > Showing All Messages : the package urlnavigator[[email protected]:devxoul/URLNavigator.git] @ 2.2.0 contains incompatible dependencies: quick[https://github.com/devxoul/Quick.git] @ swift-5...

I recommend using `adjustedContentInset` instead of `contentInset` for the following case, like iPhone X device. ![ezgif-5-2f55997ee7](https://user-images.githubusercontent.com/3157900/40820214-38e0b150-659a-11e8-93a6-f7b15b58e408.gif) This is patched image. ![ezgif-5-c976c8f23a](https://user-images.githubusercontent.com/3157900/40820212-34e40016-659a-11e8-9598-661204938889.gif)

- Update RxSwift to [6.0.0](https://github.com/ReactiveX/RxSwift/releases/tag/6.0.0) - Bump deployment target to iOS 9 because RxSwift supports iOS9 and above only. - Use Swift 5.1 - Use Xcode 12.2 on Travis

## Deprecated * `RxExpect.input(Variable)` is deprecated because `Variable` is deprecated on RxSwift ## Noti I didn't test Carthage and CocoaPods installation. You should test it... I also set the version...

### **This PR contains #12** ## Deprecated `next` is deprecated. Please use `AnyTestTime.next`

# Now we can use Swift Concurrency 🙌 (#1) ## How to use? ```swift @AsyncStubProxy(fetch) var fetchStub func fetch() async -> String { await fetchStub.invoke(default: "") } - - -...

StubProxy does not support `async method` 😢