pabloroca

Results 6 comments of pabloroca

As you said, it's not an injection risk cause they don't come as an user input, but it's a good practice. I will include your fix. Thanks

mmm .. interesting, but could we leave password outside it? I mean this user id (FK to a real user table) and throttle limit is fine to be there. but...

Thanks @silentninja, it works like a charm!

Same issue here. Any update?

Solved `var foalertAppearanceImage = SCLAlertView.SCLAppearance( kTitleFont: FOFonts.title!, kTextFont: FOFonts.text!, kButtonFont: FOFonts.buttomtext!, showCloseButton: false, shouldAutoDismiss: false, kCircleIconHeight: 60, hideWhenBackgroundViewIsTapped: false ) let alert = SCLAlertView(appearance: foalertAppearanceImage) ` the key is kCircleIconHeight...

Amazing! Works much better that main branch. Concurrent operations are really concurrent and cancel works as expected. How much work is left? And when this will be merged?