Daniel Karapishchenko
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...
**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...
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...
Leaking PATH
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...
### Issue description I am trying to return a response of content type multipart/form-data. I'm getting `No possible encoders found for media type: multipart/form-data`. Should i just implement my own...
### Feature description Jooq released a new bom module sprint-boot already started using it: https://github.com/spring-projects/spring-boot/commit/707cd9413663c9a392388bfa06ab0f4e305a445f Even tho this project only uses `org.jooq:jooq` its nice having the same version as the...
the current jooq version doesn't have a bom so it is upgraded to the closest version that does. fixes #1613