Nico Arianto
Nico Arianto
### Describe the bug Issue: the exception that being throw within the `Visitor` is being swallowed by the `BedrockRuntimeAsyncClient.invokeModelWithResponseStream` ### Expected Behavior The exception should be throw by `CompletableFuture` and...
## Expected Behavior __Code:__ ``` plugins { val kotlinVersion = "1.8.22" kotlin("jvm") version kotlinVersion kotlin("kapt") version kotlinVersion kotlin("plugin.spring") version kotlinVersion kotlin("plugin.jpa") version kotlinVersion id("io.gitlab.arturbosch.detekt") version "1.23.0" } detekt { kotlinVersion...
> Just be aware about usual MockK support pattern. > Tickets are checked from time to time, replied, discussed, labeled, e.t.c. > But real fixes are applied in a month-two...
Since Kotlin is being updated to 2.0.0, dependencyCheckAnalyze is scanning sources jar file(s) also
Because of this new behaviour, it cause side effect as below ``` ❯ ./gradlew dependencyCheckAnalyze > Configure project : w: file:///Users/nicoarianto/Repositories/minden.ai/consumer-bff/build.gradle.kts:100:5: 'kotlinOptions(KotlinJvmOptionsDeprecated /* = KotlinJvmOptions */.() -> Unit): Unit' is...
### Description This issue only happen when use `containerd` but it's fine when use the default image store ### Reproduce `docker image pull ` ### Expected behavior `docker image pull...