Andrey Tabakov

Results 9 issues of Andrey Tabakov

# Overview 1. What GitHub issue is this PR adressing? Make sure that there is an accompanying issue to your PR. Fixes #1111 2. Fill out the following pre-review checklist:...

I am establishing a JDBC connection with a connection string like: `snowflake://name:pass@host:port?warehouse=COMPUTE_WH` After that I have a SnowflakeConnectionV1 object with sfSession with field `warehouse = COMPUTE_WH` Then I need to...

I deleted a field in MyFirstTableEntity then I try to restart the server and this exception appears Code: ```kotlin val allTables = listOf( MyFirstTableEntity, MySecondTableEntity ) transaction(db) { SchemaUtils.createMissingTablesAndColumns(*allTables.toTypedArray()) }...

Make a default installer (that drag app into applications)

### Description Can't instantiate OpenAI client with ktor 3.0.0-rc-1. ``` Exception in thread "main" java.lang.NoClassDefFoundError: io/ktor/client/plugins/contentnegotiation/ContentNegotiation at com.aallam.openai.client.internal.HttpClientKt$createHttpClient$configuration$1.invoke(HttpClient.kt:34) at com.aallam.openai.client.internal.HttpClientKt$createHttpClient$configuration$1.invoke(HttpClient.kt:24) at io.ktor.client.HttpClientKt.HttpClient(HttpClient.kt:42) at io.ktor.client.HttpClientJvmKt.HttpClient(HttpClientJvm.kt:23) at com.aallam.openai.client.internal.HttpClientKt.createHttpClient(HttpClient.kt:89) at com.aallam.openai.client.OpenAIKt.OpenAI(OpenAI.kt:60) at com.example.app.ChatGPTAIService.(ChatGPTAIService.kt:58)...

**Describe the bug** `polymorphicDefaultDeserializer` won't work with `useArrayPolymorphism=true` **To Reproduce** ```kotlin public fun main() { val arrayPolymorphism = true val json = Json { serializersModule = SerializersModule { useArrayPolymorphism =...

bug

With Kotlin 2.2.20-Beta2, `mockk` method starts to return actual class instances instead of mocked ones. It still works fine with interfaces. ```kotlin class MyClass { fun doSmth(): String{ return "I...

| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | yes | BC breaks? | no | Related Issue | - ## Describe...

| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | yes | BC breaks? | no | Related Issue | - ## Describe...