Michał Sikora

Results 79 comments of Michał Sikora

It works quite well for me. You just `adb forward tcp:8080 tcp:8080`, open the app and visit `localhost:8080`.

Cool, thanks! Still, do you think it is something that might be embedded into the library or do you want to keep rules out of it?

Currently it is blocked because there is no `KClass.forName()` – https://youtrack.jetbrains.com/issue/KT-10440.

Right now Dokka `1.4.10.2` produces horrendous output. Will revisit this some time in the future. Or I can write a script that polishes Dokka output.

Output got a little bit better with `1.4.20` (still not perfect but manageable). However it still documents inherited methods or fields (including package private ones) and so on.

I see that only `static` methods are annotated with `@NonNull`. Is there a reason behind it or can it be extended to member functions like `map()` in a PR?

Is it something that is open for a PR or do you want to implement it yourself in Retrofit or as an external project and use it here? I see...

How do you add `ChuckerInterceptor` to `OkHttp`? As a network or application interceptor? If as an application interceptor then this is expected.

Because this is how `OkHttp` [works](https://square.github.io/okhttp/interceptors/). If you want to inspect network traffic apply `ChuckerInterceptor` as a network interceptor. One thing we could do, because I see a lot of...

I meant to show it in two sections. Network section and application section. Personally, I wouldn't bother, but I see that it comes up once in a while like in...