Mihai Fratu

Results 8 issues of Mihai Fratu

Whenever I scan my Swift project I keep getting a lot of warnings like the one bellow and none of my files' issues are actually uploaded to the server: ```...

bug
waiting for feedback

Can you please fix SPM support? I'm now getting this error when trying to add the package as a Swift Package Manager managed package:

Xcode is throwing a warning on this line: https://github.com/aromajoin/material-showcase-ios/blob/49504ddfedbf9ab5d089504303ef4edefd9a7372/MaterialShowcase/MaterialShowcase%2BCalculations.swift#L43. Looking at it and the line above I think they should be changed to this: ``` var expandedBounds = CGRect(x: targetCenterX,...

It seems that whatever I do I cannot set the correct `textColor` for my tag list view. I've set it in my storyboard, I've set it in code for the...

I see that there are a couple of commits that are not used in the latest release on CocoaPods, which, on newer devices crashes on `drawReact:` Do you think you...

I though that I can blur an image by simply using a simple line like this: ``` myImage = [myImage gaussianBlur]; ``` But the returned image is always black. Any...

So, first of all let me say thank you! This little fallback solution for UIStackView is awesome. I've been trying to use it but I do have a problem. I...

When I try to create a manual token I get the following error: ``` Whoops, looks like something went wrong. FatalErrorException in Token.php line 42: Class 'JWT' not found 1....