Mykola
Mykola
`Modifier.onKeyEvent` and `Modifier.onPreviewKeyEvent` do nothing in browser (tried chrome and firefox). Project to reproduce: https://github.com/mykola-dev/Tetris/blob/master/src/commonMain/kotlin/ds/tetris/ui/TetrisGame.kt#L65 arrows keys work fine on android and desktop.
Steps to reproduce: - clean project - gradlew jsBrowserDistribution make sure `skiko.wasm` and `skiko.js` are absent in the `build/distributions` - do gradlew jsBrowserDistribution again make sure all the required files...
LazyListState doesn't provide valid info. also its behavior is wrong. For example `firstVisibleItemIndex` provides the index only for left column. also `state.scrollToItem()` doesn't work as expected. it scrolls to much.
Recompositions in the items builder are being triggered too many times (like x5 compared to LazyColumn, LazyVerticalGrid). This produces stuttered scrolling. I have no debug info right now, but I...
Applying a padding on an item doesn't seem right. We can see it on the demo screen. So it would be better to implement some modificator to add spacing between...
Just added a dependency to the gradle build script and tried to build. It conflicts with other lib we use. ```> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable > Duplicate class...
Does anybody able to run wither 3 in 3d? looks like it doesn't provide depth info. the image looks totally flat. and depth debug view is fully white.
Need update for v2
OkHttp supports web sockets since 3.5. It would be nice to have some suspendable websockets helpers too