Nick Chameyev
Nick Chameyev
If `SameThreadVerifier` is enabled we can capture stack trace where this object was created and then print it on assertion error (or add it as a cause). It should help...
For example replace: ``` @JvmStatic inline fun i(t: Throwable? = null, message: () -> String) = log { Timber.i(t, message()) } ``` with ``` @JvmOverloads @JvmStatic inline fun i(t: Throwable?...
It would be nice to have the ability to specify a set of required permissions that should be granted/revoked before test execution. Permissions can be marked using annotation in the...
В документации нет информации об экранировании фигурных скобок ("{" и "}" - "{{" и "}}").
Currently, if you have a contract that imports itself the flattener hangs indefinitely. It should fail and show the circular referenced contracts.
Are there any plans to support Kotlin programming language?
When using treediff and if the number of changed files is about ~1k there are noticeable problems with performance: the frame rate is very low, click actions are executed with...
Is there any documentation for how codeisok selects the default branch to compare with?  Sometimes we have an issue that it selects some random feature branch. Thanks
Currently often the GC root could be chosen non-deterministically (based on the row number) when calculating shortest path to the GC root in java heap flamegraph table. Sorting them by...
Currently logcat viewer truncates long logcat messages, and I can't seem to find a way to see the whole message: The message column is resizable but I can't see the...