Adam
Adam
Thanks! Just to be clear, can you specify what you want kxs-ts-gen to generate vs what it actually generates?
As a quick workaround I'm piping the output of a container to [kcat / kafkacat](https://github.com/edenhill/kcat). ```shell docker logs \ --tail 0 \ # don't show log messages before 'now' -f...
I've experimented briefly, but I think IntelliJ doesn't support K2 very well. I kept seeing IDE errors about `kotlin.Unit` not being found.
> Do you know if this issue is tracked somewhere? As you spend more time in the code base, so you find it a blocker for merging this PR? I...
Here's the ticket for K2 KMP support in IJ https://youtrack.jetbrains.com/issue/KTIJP-6
Hey, thanks for the update @OptimumCode. I'm not looking into this, and won't have time/energy to for a while, so feel free to pick it up! I have some thoughts...
> 1. commit new version without `-SNAPSHOT` suffix > 2. the `build.yaml` workflow is executed (the configuration cache will be updated) > 3. trigger the release workflow > > 1....
Really nice, thanks @OptimumCode!
Now that Sonatype publishing is set up so well I think we should remove the git-branch publishing - https://github.com/krzema12/snakeyaml-engine-kmp/blob/ef67844c272f9efe55418a3e2d5a9ed5149024d8/.github/workflows/git-branch-publish.yml - https://github.com/krzema12/snakeyaml-engine-kmp/blob/ef67844c272f9efe55418a3e2d5a9ed5149024d8/buildSrc/src/main/kotlin/buildsrc/conventions/git-branch-publish.gradle.kts And delete the branch https://github.com/krzema12/snakeyaml-engine-kmp/tree/artifacts It'd probably be nice...
I've thought about this more and I think option 2 (re-using existing `JsonElement`) would require Json5k adds a dependency on kotlinx.serialization JSON - which is not ideal. I think option...