Mike Gerasymenko

Results 12 issues of Mike Gerasymenko

At the point of time we in our team use [Carthage](https://github.com/Carthage/Carthage) dependancy manager for our current project. This gives us the flexibility to just use precompiled `.framework` files, and reduces...

enhancement

### Description Firebase performance is tracking the number of built-in events, such as - App lifecycle (`_app_start`,` _app_in_background`, `_app_in_foreground`) - Network requests - Time spent on a screen Currently, it...

type: feature request
api: performance

We tried to use the `AwesomeTableAnimationCalculator` in production for our app, but it did not work out due to performance issues. We observed the significant CPU usage hit on diff...

They have to be resigned with the separate provisioning profile / app ID

#### Issue Summary `AFNetworking` is a major, well-known library, however not every project is willing to integrate it. There could be several reasons, some of them could be: 1. Project...

## Context 🕵️‍♀️ As an author of [XcodeSelectiveTesting](https://github.com/mikeger/XcodeSelectiveTesting) I've been trying to integrate it for fun with [Wire-iOS](https://github.com/wireapp/wire-ios) project. This project has several libraries, amongst those you can find `WireCanvas`...

stale

### Issue Draft integration of https://github.com/mikeger/XcodeSelectiveTesting for the benefit of Wire-iOS. I've not been able yet to properly test those changes on the CI (which means they are probably going...

enhancement
stale

I received this request from fellow colleagues. It is possible right now to execute the tool for every test plan individually, but it's not ideal since it would have to...

Develop a use case to support a version regression testing: The tool can be potentially used to highlight changed packages/targets for the release, so it would be possible to know...

I'm currently working on porting my project to use Scipio, however even the most basic config file cannot be used. ## Example ```yaml name: Contrib deploymentTarget: iOS: "11.0" cache: local:...

bug