Jakub Kiermasz

Results 3 issues of Jakub Kiermasz

Hi! I'm working on setting up xcodegen for a quite large app. For the UITests, we use EarlyGrey v2, installed manually, not via pods. To enable white box testing some...

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Describe the bug For below code ```swift talkProvider.getAvailability(forUser: userId)...

Hi! I'm playing with the swinject and its weak object scope. It works like a charm, when I'm resolving an object without any arguments. When I want to register and...