Results 7 issues of aluco100

I have the following code: ``` if let user = response.result.value{ do { let claims: ClaimSet = try JWT.decode(user.access_token, algorithm: .hs256(self.jwtSecret.data(using: .utf8)!)) user.id = claims["sub"] as! Int user.iss = claims["iss"]...

Hi there, Can u give a bit explanation of the following lines: ``` for i in 0..

Hi There, I'm trying to use the example to animate my skeleton. However, it's not getting animated. **To Reproduce** Steps to reproduce the behavior: 1. Use the following Code: ```...

Hi there, Recently I developed a functionality that shows a row within a string value. The code is following: ``` shippingPrice.hidden = Condition.function([], { (form) -> Bool in print(!value.contains("Fijo")) return...

This pr fix a potential bug when a video is available and the container view says a unavailable video.

Hello there, I'm trying to make zoom in my cropper view controller. But it still in the normal size. What could be happening? Best Regards

Basically I Fix the loadsubview's from presenter that set initial frame every time.