Mikhail Reznichenko

Results 12 issues of Mikhail Reznichenko

Provide data bindings for ImageResource and ColorResource (background, src, etc.)

enhancement

When using Logging and TokenRefresh with HttpClient - with LogLevel.HEADERS, the code in RefreshTokenFeature gets blocked, - with LogLevel.ALL, no problem

bug

I have this error when running triangulation sample: ``` kotlin.KotlinNullPointerException at com.soywiz.korma.triangle.internal.Sweep.finalizationPolygon(Poly2Tri.kt:215) at com.soywiz.korma.triangle.internal.Sweep.triangulate(Poly2Tri.kt:196) at com.soywiz.korma.triangle.triangulate.TriangulateKt.triangulate(Triangulate.kt:12) at MainKt$main$2$1$1.invoke(main.kt:45) ... ``` ![error](https://user-images.githubusercontent.com/19624167/85235143-dbfc3d80-b43c-11ea-9f98-d9b4765646e4.gif)

bug

Add interactivity to box2d samples so a user could move elements and observe the effect.

enhancement

We should add more stuff to the korio sample or remove it, because now it has no value among other samples.

Add more filters to the sample. We can divide the screen into several parts to show several filters at the same time.

The dragonbones sample has too many commented code, it's hard to read. Also the `Button` there should be changed to the `TextButton` from korge. Scenes should probably be divided into...

`updateTokenHandler` usually contains a request for refreshing `accessToken`, but in some APIs this request can get `401 Unauthorized` error (for example, when `refreshToken` is outdated as well). In this case...

https://kmm.icerock.dev/learning/kotlin-native/cocoapods/ **Раздел [особенности офиц. плагина](https://kmm.icerock.dev/learning/kotlin-native/cocoapods/#особенности)** > Позволяет создавать только статический фреймворк В чем недостаток? Лично мне очень не хватает инфы о том, в чем различие статич. и динамич. фреймворков, для...

This line suspends forever on android emulator (Nexus 4 API 23): ``` val coords = locationTracker.getLocationsFlow().first() ``` On real device it works correctly.

bug