Andrei Ermoshin
Andrei Ermoshin
Fix build of FAT binary for iOS platform when there is e.g. arm64 version of static library is present for both iOS device and simulator.
Hey, wanted to ask if `pure_pod` branch is planned to be set as a main one in github repo settings? I'm asking because when I wanted to check releases it...
Wasn't able to find how to integrate `SwiftyMocky` after installation using SPM in Issues or in documentation, also tried to find it on stackoverflow but with no luck. Is it...
Hi, I wanted to use your framework, but it seems usual pod install doesn't work and even `pod repo update` didn't help. Also tried to add new source of podspec...
Wanted to parse background-image atribute which should contain URL in some cases https://developer.mozilla.org/en-US/docs/Web/CSS/url() https://www.w3schools.com/cssref/pr_background-image.asp but it is not present
```swift func hasLoopNodeHash() -> Node? { var set = Set() // **Right here** var temp: Node? = self while let t = temp { if set.contains(t) { return t }...