Doron Katz
Doron Katz
Updated project to make it Swift 4.2 compliant
Hi folks, So I have the following: ```swift public func mergedMovies(ids movieIDs: [String]) -> AnyPublisher{ let movieIDs = Array(movieIDs.prefix(20)) precondition(!movieIDs.isEmpty) let initialPublisher = movie(id: movieIDs[0]) let remainder = Array(movieIDs.dropFirst()) #if...
I am new to gRPC but using this tool how do you provide a client id and secret with the endpoint address?
# Report ## What did you do? ℹ Please replace this with what you did. `yarn danger local` ## What did you expect to happen? Run on docker image (via...
Hi @matthewpalmer, related to #112, I am getting the following error, using Locksmith `4.0.0`: `error: The operation couldn’t be completed. (Locksmith.LocksmithError error 7.)` > Note, I am running this through...
Hi folks, So im getting the `status OSStatus -25300` error. Im running the latest Locksmith, via Carthage, on an iOS 12.1 app. Been trying to breakpoint but have no idea...
Ive added Realm.io for illustration. Not sure if you want that merged or not