Dmitry Skorbovenko

Results 6 issues of Dmitry Skorbovenko

I have just tried to enable parallel test execution in KoTest and faced this issue. ``` io.mockative.StubbingInProgressException at app//io.mockative.Mockable.invoke$mockative(Mockable.kt:126) at app//io.mockative.Mockable$Companion.invoke(Mockable.kt:282) ``` https://github.com/mockative/mockative/blob/b3d3e0c8cb8393fc1fb6693d5c83aa3902b97470/mockative/src/commonMain/kotlin/io/mockative/Mockable.kt#L126 kotest = "5.8.0"

Hello, guys. I have just tried to update agp to version 8.9.1 in my project and faced build issue. I've found out that issue on the agp side but anyway...

issue link https://github.com/mitmproxy/mitmproxy/issues/7675

### Problem Description Hi, I'be tried to run Mitmproxy in local mode on Mac OS with the following command mitmdump --mode local: --set flow_detail=4 --set allow_hosts=company.dev --set block_global=false and after...

kind/triage

Hello, guys. I ve tried to use moko resources but ve got the following error. Is there any workaround for it? Thanks moko version 0.24.3 multi module project ``` 2024-11-13T01:25:52.015+0300...

need-info

It is not enough to use "contains" in my case, that's why I've added it: I want to proxy apps on iOS simulators during ui tests runs. Simulators run in...