Manny Guerrero

Results 8 issues of Manny Guerrero

Hi, I was wondering if the context being passed can have a concurrency type of `PrivateQueueConcurrencyType` or does the context being passed need to have a concurrency type `MainQueueConcurrencyType`? Thanks.

question

Hi I am using the method `yy_setImageWithURL` that has a transform block. Now in the block, I resize the downloaded image and change the color of it. Now for some...

Fixed example code

On iPhoneX, the layout is a bit broken and tapping on buttons is pretty difficult. Is there a way to fix this or a workaround?

Hi, will there be an update to Swift 3.0

I noticed that the method `addButton` changed to this: ``` addButton(_ title:String, backgroundColor:UIColor? = nil, textColor:UIColor? = nil, showTimeout:SCLButton.ShowTimeoutConfiguration? = nil, target:AnyObject, selector:Selector)->SCLButton ``` But when doing a pod install,...

Hello, Can we add a feature to the Package-Builder for reporting warnings or errors from SwiftLint on pull requests? I was thinking Danger could be integrated into the project for...

Hello. I had a question regarding why we are using both the `Validatable` protocol that Vapor provides and the `CreateProductUseCase`? From my understanding, in clean architecture, a use case lives...