-
What is the usage of the following external libraries etc?
(references found in [build-gradle](https://github.com/discipl/flinteditor-mps/blob/master/build.gradle)
- Maven
- Mbeddr mbeddr_versio…
-
I am getting this error when including the dependency.
```
> Task :compileDevelopmentExecutableKotlinJs FAILED
e: java.lang.IllegalStateException: Validation failed in file StreamingJsonDecoder.k…
-
```
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class it.auties.whatsapp.util.JacksonProvider
at it.auties.whatsapp.util.Preferences.readAsInternal(Prefer…
-
**Library Version**
com.expediagroup..graphql-kotlin-client-generator **5.3.2**
**Describe the bug**
https://github.com/ExpediaGroup/graphql-kotlin/blob/20df3ba5d889d5f27221e7e267e21059831cacd8…
-
报错文本
```
2022-08-11 20:23:50 E/mirai-skia-plugin: Exception in coroutine Plugin xyz.cssxsh.mirai.plugin.mirai-skia-plugin of mirai-skia-plugin
io.ktor.client.plugins.ServerResponseException: Server…
-
@aSemy, referring to #868 (https://github.com/mockk/mockk/issues/868#issuecomment-1247977364) here is a sample project, which uses `mockk` 1.12.8 with Maven and you can immediately see that it does no…
-
**Describe the bug**
When using `@FormUrlEncoded`, ktor will throw an error `io.ktor.http.UnsafeHeaderException: Header(s) [Content-Type] are controlled by the engine and cannot be set explicitly`, I…
-
If there is a header parameter in `swagger.json`, then the gradle code generation plugin generates a code for the corresponding endpoint with a function argument of this header, but it does not add th…
-
# Description
Provide a detailed description of the problem here. Some questions you can
ask yourself are:
* What were you doing when you first noticed the problem?
1. An error popped up on o…
-
`val all = db.states
route("/states") {
get {
val result = all.map { it.export(accountType) }
return@get call.respond(HttpStatusCode.OK, SuccessResponse(resul…