Kohki Miki

Results 34 comments of Kohki Miki

I don't agree Crossroad should provide a global router. I think libraries should keep avoiding global states as we can. I expect that AppDelegate has a router and register all...

Multimodule structures are varied by each project. (how to resolve dependencies between each module, abstraction way, etc...) So I think Crossroad should not provide global routers. You're better to implement...

@aelam I tried to implement this feature. However, DSL would be very complex. So it needs radical changes for inner implementations. First, I'm planning to support multiple schemes( or URLs)...

@aelam I apologize to keep you waiting. I released 4.0.0. Crossroad 4.0.0 supports grouped routes. https://github.com/giginet/Crossroad/tree/9b004cd661b8058657623bced487d6085e1ca925#multiple-link-sources-support ```swift let customURLScheme: LinkSource = .customURLScheme("pokedex") let pokedexWeb: LinkSource = .universalLink(URL(string: "https://my-awesome-pokedex.com")!) let anotherWeb:...

Sorry, I haven’t got notice for while. I’ll watch this problem. Please moment.

Thank you for your effort. I'll review it this weekend. 👍

I tried this command for the latest Xcode, it works! ```ruby deliver( verify_only: true ) ```

Could you make a new release?

We need the new version. Could you make a new release?

3) will be fixed by https://github.com/PokeAPI/pokeapi/pull/801. I'm working on `target_id`. Please moment.