Hovhannes Safaryan
Hovhannes Safaryan
Shouldn't this be merged into master ? it's fixed bad_access crash for us. Crash happened because we have added/removed some method swizzling on the same class from different places.
hey guys, Is there any work done on this issue ? We also have same exact issue.
hi @firatagdas . We are also using Crashlytics and Bugsnag, would be good to know in which cases Crashlytics handles crashes and Bugsnag not. We have tested in different scenarios...
Hey Bugsnag team, maybe it is reasonable to increase breadcrumbs max count (e.g. to 200) in case of OOM? Since we do not have stacktraces, we may need more info...
We can set `CGContextSetInterpolationQuality` to `kCGInterpolationNone ` it should be more performant than default one. [Here](https://developer.apple.com/documentation/coregraphics/1455656-cgcontextsetinterpolationquality) is the documentation link.
There are cases where suggested solution(drawing on 1x1 canvas) will not work correctly. Specifically if we get HEIC encoded image which alpha is not premultiplied we will get wrong decoded...
hey , thanks for the response :) specifically we need this one #614, we have forked the repo, and using the fork version, but it's additional work from our side...
Sorry, I tried to delete from this and add to sparrow 2.0 this issue after saw that this is a Sparrow 1.x. I'm talking about 2.0 version, and yes I...
We added custom blend modes into SPQuadBatch, it uses native blend modes if can, otherwise uses our custom shader to do that, we can pull this.