Alexey Strokin

Results 6 issues of Alexey Strokin

concurrency error. modifying`var res` from different thread. [possible solution. inspired by objc.io](https://gist.github.com/astrokin/88674a1d905612e3c0b0b834e38da198)

Please push your spec to master repo of pods

```runkeeperSwitch.addTarget(self, action: #selector(ViewController.switchValueDidChange(sender:)), for: .touchUpInside)``` target-action mechanism will not work because of added UITapGestureRecognizer to control

I've randomly but very stable to reproduce crash in both env prod/debug. It crashes on that line: `let format = NSLocalizedString(key, tableName: table, bundle: Bundle(for: BundleToken.self), comment: "")` with `Thread...

{ "error": { "message": "Additional properties are not allowed ('id' was unexpected) - 'messages.0'", "type": "invalid_request_error", "param": null, "code": null } }

Adjust for flipped origins between CG and iOS. iOS origin: top left. CG origin: bottom left. This fix ensures proper rendering of gradient images and cutout layers created with `init(patternImage...