Kirill Serebriakov
Kirill Serebriakov
well...pretty much changes. Only core logic left. core interface: ```swift public protocol EFCount { func countFrom(_ startValue: CGFloat, to endValue: CGFloat, withDuration duration: TimeInterval) func countFromCurrentValueTo(_ endValue: CGFloat, withDuration duration:...
Does it possible to create smth like this:  Blue - abstract classes. Such model will help me to incapsulate some logic and prevent code duplication. In this...
Is it possible to make interactive presentation using this component w/o changing its code?
Could you please add more archs in release for **protoc-grpc-swift-plugins** (+ `tar.gz` format). Same way as it is for [protobuf/releases](https://github.com/protocolbuffers/protobuf/releases) ### Additional context I'm using custom docker image with `protoc`...
## Check these before submitting: - [x] The issue doesn't involve an [Unsupported Feature](https://github.com/airbnb/lottie-ios/blob/master/README.md#supported-after-effects-features) - [ ] This issue isn't related to another open issue :man_shrugging: ## This issue is...
I'm pulling gzipped data from the internet, and call `[parser parseBuffer:data]` in `didRecieveData:` method. It works super fast on my desktop/simulator. But I've notice tons of memory leaks on the...
### Description I just moved from i9 Intel to Silicon M4. And now I see strange errors in my app during testing on files downloading. A lot of `-1005 Connection...