Martin WIRTH

Results 3 issues of Martin WIRTH

Hi, I've noticed that this issue is only happening for some reasons on Pixel's phones when it runs without any issues with other phones (either high or low cost phones)...

When SwiftLint is installed it is not possible to use this library because it fails during build scheme step when doing Carthage update. > Build failed: > Task failed with...

Let's say I have the following test class: ```java @RunWith(JunitSuiteRunner.class) public class StackSpec {{ Stack stack = new Stack(); List list = new ArrayList(); describe("a stack", it -> { it.isSetupWith(stack::clear);...