Sergey Petrachkov
Sergey Petrachkov
i don't know :( it seems the repo is abandoned.
@tarynm Hi there! Ill try look into it and prepare a pull-request.
another approach is to have Router methods signatures like : func showMyModule(from view: UIViewController, moduleOut: ModuleOutParameters) and pass view from presenter. Moreover, Router should not be responsible for creating and...
Interactor should communicate with presenter by Protocols. Presenter should pass calls though InteractorInputProtocol and receive Interactor answers through InteractorOutputProtocol which the presenter should conform to.
Hi there! You can always conform to a `CustomNSError` protocol. ```Swift enum MyError: Error, LocalizedError, CustomNSError { case firstCase case secondCase var errorDescription: String? { switch self { case .firstCase:...
From the "fundamental" point of view I cannot agree more that the issue exists and somewhat possible. But from the point of view where swift-argument-parser is a utility library for...
@finestructure yeah, I see...
@alexshalamov Hey! I don't use any brand new v10 features. At this point, I only tried to update the Mapbox version and restore the functionality from v6. So it's the...
I also see the issue with the memory consumption. The new version of the Mapbox takes up to 10x more RAM than the old one for me. I dunno if...
Hi @pareekkhushboo77 , i've been playing with the pod and found that there is a problem with some of the emojis given in emojis dictionary. Numbers and heart and ,people...