Stanislav Zemlyakov
Stanislav Zemlyakov
When `Gradle` scripts are written in `Gradle Kotlin DSL` (.kts), plugin says "dependencies added", but they are not.
Now it is not comprehensive (does not let picking scope) and very messy if it is at the edge of the window.
Right now we cannot find things like `lifecycleScope` extensions. It is a bit more complicated though, with schema changes and client versions.
That would be very good for UX to enable auto-scrolling to the shot that user was looking at (`HomeActivity`). Now it just starts from the top of the shot list...
https://github.com/ilya-sokolov/is2si/blob/f699717786550986d55dc0111ec35d580427e857/app/src/main/java/ru/is2si/sisi/domain/auth/AuthTeam.kt#L16 Поменять на ``` .flatMap { result -> ... ```
- Update dependencies - Migrate to `androidx`
https://github.com/JeroenMols/ModularizationExample/blob/77477c62538ed6f562796adf44dca8051e93b766/features/dashboard/src/main/java/modularization/features/dashboard/AlbumsFragment.kt#L10
There is very usefull pretrained Tensorflow model for detecting text on image: https://github.com/argman/EAST Would be nice to use that in KotlinDL Opencv.DNN module has such a support: [python tutorial](https://www.pyimagesearch.com/2018/08/20/opencv-text-detection-east-text-detector/) [OpenCV...
There are outdated examples with slightly differenet API calls. Now we have `IR` backend, so it takes more time to figure out how `Meta` works. I'm ready to rewrite the...
Compose is available to target Kotlin/WASM, that would be perfect to have reactive sockets there.