Yoon Joonghyun

Results 10 comments of Yoon Joonghyun

There are no plans yet. First, use `ReactorKit.View` and `SwiftUI.View`. Is there a name you recommend instead of `View`?

Oh, you already posted it (https://github.com/ReactorKit/ReactorKit/pull/205)

Because StoryboardView binds on viewDidLoad().

@sayGoodLolita I resolved it on #172. Can't you solve it with [3.0.0](https://github.com/ReactorKit/ReactorKit/releases/tag/3.0.0)?

Same issue http://git-awards.com/users/search?login=tokijh I set `Seoul, South Korea` at location field, but it didn't apply.

@devxoul can you check this?

The following situations may cause problems. ```swift class Service { func fetch(string: String) func fetch(numberString: String) } _ = Service.fetch // Error. This is ambiguous! ``` There are two solutions...

Can you release 2.0.0? This library can't use with `RxSwift 4.x` because 1.0.0 is use `~> 3.0.0-beta.1`. @pgherveou