Nikolay Kasyanov

Results 11 issues of Nikolay Kasyanov

Hi, thanks for this plugin! I'd like to ask if it's intended behaviour or not that filter does not affect neither `errorsCount` nor `warningsCount` properties of `XCodeSummary`?

It'd be great to be able to deploy the app on CI servers automatically, for example using brew.

Here's what I believe is happening: - Kotlin code is accessed on main thread for the first time, triggering runtime initialization - Runtime initialization initializes globals, among these is [`defaultStateRunner`](https://github.com/touchlab/Stately/blob/44cb17cea1d2fd5f7a5c1793c13fa097a510566a/stately-isolate/src/commonMain/kotlin/co/touchlab/stately/isolate/IsoState.kt#L45)...

My scheme includes two test targets, one for logic tests and one for application tests. Xcode generates one test summaries plist for both, although when one of them fails to...

I believe that it's a valuable scenario for CI servers and automated macOS virtual machine provisioning. The culprit is Archive Utility.app, it just hangs when launched from SSH without an...

This change reduces the footprint of this method in our profiling traces from 500-600 ms to ~80 ms on iPhone 6+/iOS 10.1.

I believe it's a big hole in the `Infallible` contract because this will a) compile b) return an `Infallible` that will fail silently, without calling any subscription closures (well maybe...

Inline comments are not supported yet for GitLab, but they are for GitHub.

At the moment we're explicitly checking source type twice: to get the diff and to get proper diff delimiter format. This can be hidden nicely behind some interface with 3...

Please! I'd be happy to update podspec after release is tagged, but one has to be the owner of the pod to do that.