Thibault Wittemberg

Results 84 comments of Thibault Wittemberg

Hi @funct7 thanks for the PR. I’ll review it in a few days (don’t have my Mac right now)

Hi @seyhagithub Can you share the code of your first and second flows because I can't figure out how the ViewModels are created with your example ? Thanks.

Hi @snowtema Can you elaborate a little bit please ? thanks

Hi @supervtb Here is an attempt to handle deep links with RxFlow -> https://github.com/RxSwiftCommunity/RxFlow/pull/147 I would be interested in your feedback if you could try this branch against your code...

Hi @lukasburns Can you share the whole project ? Thanks.

Hi @lukasburns I remember a workaround I had to use for such a message in the RxFlow Demo Application: Take a look at the `DispatchQueue.main.async` ``` Flows.whenReady(flow1: onboardingFlow) { [unowned...

Hi @bryan-vh can you share your flows ? thanks.

Hi @sulaiman-mlbd Without more context I won't be able to help. Can you share some code for instance ?

Hi @sulaiman-mlbd If I get this right, you are trying to present the SignInSelectViewController modally and then you want to move on to another flow. Don't you want to dismiss...

@freak4pc the code coverage does not seem happy, but I don't know why. The new code has a 100% coverage but the overall percentage seems to be lower than before.Do...