-
I am running into this error in my project:
```
Exception in thread "main" com.apurebase.kgraphql.schema.SchemaException: Generic types are not supported by GraphQL, found kotlin.collections.Map
…
-
I'm making a plugin for a Minecraft server (Paper, which is a fork of Bukkit), and I cannot get my relocation to work. If I don't relocate, everything works fine, however, if I relocate `org.jetbrains…
-
Hey, it seems 2.0 removed custom publisher configuration.
The documentation is still showing the old API (including a typo with plural): https://github.com/cdsap/Talaiot/wiki/Publishers#custompubli…
-
I'm looking at an old spring boot kotlin grade app I wrote and I am rebuilding... trying to understand why I used exposed instead of jpa, which I suspect could also be kotlin.
What do you think, wh…
-
Hello guys,
I'm using Exposed with AWS Amazon Redshift and got exceptions when inserting data.
The code is as simple as that (I'm using a `forEach` on `insert` instead of `batchInsert` because I…
-
Hi I am creating app with gradle. On intelij it works perfectly , hovewer after creating jar files letters like śćż and others that are coded in UTF 8 are not displayed correctly, alhough theoreticall…
-
Hi, I am wondering how I can achieve the following:
## What I have
* A first party plugin written in Kotlin and bundled with Kotlin runtime that provides APIs to third party plugins
* A third p…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. add plugin to project
2. refresh gradle
```
A problem occurred …
-
Feel free to tell me I'm doing it wrong, but when I try to use exposed to generate prepared statements that I execute directly on the transaction, it changes all the column types that I inserted to be…
-
## Background
Dokka depends on the Kotlin compiler to analyze source code and KDoc comments.
Kotlin's [K2 compiler](https://blog.jetbrains.com/kotlin/2021/10/the-road-to-the-k2-compiler/) has be…