Daniel Karapishchenko

Results 5 issues of Daniel Karapishchenko

Im using gradle 8.2 with version catalog like this: ``` plugins { alias(libs.plugins.kotlin) } ``` Im getting this error in my build.gradle.kts ``` val Project.libs: LibrariesForLibs' can't be called in...

bug
gradle

**Describe the bug** When using the asyncio client session and getting a binary response, uplink crashes due to trying to decode it. **To Reproduce** Define a method that has a...

Needs Maintainer Input

When using Gradle 8.1, and running any liquibase command im getting this error: ```Execution failed for task ':update'. > Cannot fingerprint input property 'liquibaseCommand': value 'org.liquibase.gradle.liquibase.command.UpdateCommand@4118ec48' cannot be serialized. *...

### Expected Behavior Run Kotest5 test ### Actual Behaviour Im getting this Error: ``` kotlin.NotImplementedError: An operation is not implemented: Should not be here: class org.jetbrains.kotlin.fir.expressions.impl.FirClassReferenceExpressionImpl (R|io/micronaut/test/extensions/junit5/MicronautJunit5Extension|) at org.jetbrains.kotlin.fir.backend.Fir2IrVisitor.visitElement(Fir2IrVisitor.kt:76) at...

I am using nixos, which wraps uwsm with its dpeendencies like python in its path When launching apps and terminals with `uwsm-app` the PATH gets leaked. Which means i know...