Adam
Adam
Initial groundwork for Kotlin Multiplatform #192 Depends on #194 I was expect this to be a lot more difficult! I indended just to do one module, but I found that...
**Describe the bug** In some KDoc `{@code ...}` is used https://github.com/skrapeit/skrape.it/blob/e429fdc1e15763d5dafc887ee4d5c3bd1e1cadd9/html-parser/src/main/kotlin/it/skrape/selects/DocElement.kt#L23 KDoc uses a flavour of Markdown, so replace this with backticks ```kotlin /** * For example, given HTML `Hello...
I have a Minecraft 1.15.2 server. I've installed Dynmap v3.0-beta-10. I would like to host the Dynmap website as a standalone site on another machine that has nginx. Most Dynmap...
A quick fix. It seems to resolve #113 in my project, after a quick test.
# Setup information **hikaku version:** 3.3.0 **specification converter:** OpenAPI **implementation converter:** Spring **build tool and version:** Gradle 7.4.2 **test framework:** JUnit 5.8 Spring Boot 2.6.6, Spring WebMVC: 5.3.18 # Describe...
**Describe the solution you'd like** I have an [OpenAPI spec version 3.1](https://www.openapis.org/blog/2021/02/18/openapi-specification-3-1-released). I'd like to use hikaku with it, but when I do, it fails without a clear error message....
### 🕗 Version > What version did you use when the problem occurred? > P.S. You need to run `dukat -v` to get your current local version of the tool...
* Kotlin 1.7.0 * Spring Boot 2.7.1 * redacted 1.1.0 * Gradle 7.4.2 I'm trying to migrate from [Sekret](https://github.com/aafanasev/sekret/) because of 1.7.0 support. I did a find and replace to...
graphql-java has recently implemented field level validation that is tested after the query is parsed, but before it is executed. https://github.com/graphql-java/graphql-java/issues/162 It would be really handy if this could be...
I've tried copying the examples * https://github.com/Kotlin/kotlinx-benchmark/blob/24fb001e8cae88befd5b352b0e281517fe595f67/examples/kotlin-multiplatform/build.gradle * https://github.com/Kotlin/kotlinx-benchmark/blob/24fb001e8cae88befd5b352b0e281517fe595f67/examples/kotlin-kts/build.gradle.kts but I can't make any good progress, I immediately come across fatal errors. ``` Cannot find a benchmark compilation 'main', ignoring....