Ildar Karimov

Results 4 issues of Ildar Karimov

Current API is promise-based, you can't do something like val body = client.request().blockingGet().body especially on iOS. Blocking calls are particularly useful for tests but we're using them in app code,...

Implementation itself is pretty trivial, but the most important part is option to pass actual httpclient instance.

Create 2 runners with 2 `Config`s with different package names. Create several simple tests again package names (both). Run with 3.8 - ok, run with 4.x - not ok. Run...

lint produces a warning about this issue (and I've checked generated files as well - 3.2.5 ok, 3.3.0 broken) ``` classpath 'com.android.tools.build:gradle:2.2.0' classpath 'me.tatarka:gradle-retrolambda:3.3.0' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8...