Alexey Illarionov

Results 19 issues of Alexey Illarionov

According to the ["Count unique values"](https://github.com/igorwojda/kotlin-coding-challenges/blame/main/src/test/kotlin/com/igorwojda/list/countuniquevalues/desc.md#L5) task description, the input list of values is sorted. But the solution is also tested on unsorted lists: [list/countuniquevalues/challenge.kt#L27](https://github.com/igorwojda/kotlin-coding-challenges/blob/main/src/test/kotlin/com/igorwojda/list/countuniquevalues/challenge.kt#L27) Either the test or the...

Gradle 7.4.2 Kotlin 1.6.10 AGP 7.1.3 Jetpack Compose 1.1.1 MultiplatformSettings 0.8.1 ktor 1.6.8 klock 2.4.13 kotlinx-html-js 0.7.5 material-design 1.4.0 anndroidx-core 1.7.0 activity-compose 1.4.0 ben-manes.versions 0.42.0 appengine 1.9.96 appenginePlugin 2.4.2 Fix...

I've spent some time getting this plugin to work with newer versions of Gradle and want to share some patches that I think might be useful in the main repository....

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...

bug

This PR updates all dependencies in the project: Gradle 8.4, AGP 8.1.3, Kotlin 1.9.21 etc. Integration tests framework has been refactored to add support for running a wide range of...

It would be nice to have Gradle Configuration Cache Support in diktat-gradle-plugin. Now I get this error when running the `:diktatCheck` task wih Gradle Configuration Cache enabled: ``` 2 problems...

bug

## Describe the bug Given the following code: ```kotlin val range: ClosedRange = 0..1 check(!range.isEmpty()) ``` Diktat suggests replacing this with the nonexistent `ClosedRange.isNotEmpty()` function: ``` [INVERSE_FUNCTION_PREFERRED] it is better...

bug
good first issue

Исправлено выполнение тестов по таске :shared:feature:geminio-sdk:test (из #86). maxParallelForks убран, так как с ним 32GB RAM на машине не всегда хватает на выполнение.