Results 89 comments of Scott Pierce

The following code has been a workaround for me. I add this into my root `build.gradle.kts`: ```Kotlin val osName: String = System.getProperty("os.name") val isWindows = osName.startsWith("windows", ignoreCase = true) if...

Would be really nice to have this.

I feel that Amazon's documentation around this API is very poor (as most of their developer documentation is). I would have happily done this work a few months ago, but...

For those following this thread, it looks like [cold streams are planned](https://github.com/Kotlin/kotlinx.coroutines/issues/254) for the Kotlin coroutines library, which would allow for stream apis that would be more familiar to someone...

I've been hesitant to let my team use mockk, despite hearing good things, since it's unclear if this library will ultimately support kotlin/native. Is this still something that's planned for...

@paul-dingemans Looks like you might be running it on the main branch. Can you try the `scott/Kotlin_1_6` branch, where I removed the gradle property that's causing your error.

So the above error is what I get on my above m1 laptop. I started getting other issues on JDK 17 on circleci: https://app.circleci.com/pipelines/github/ScottPierce/kotlin-html/509/workflows/bce512b5-1d86-4440-a939-0146e87ac5f4/jobs/1538 I was able to resolve this...

@paul-dingemans You aren't getting any errors because I fixed all the style issues on the branch (It's an active PR). Try going back to this specific commit and trying again...

@paul-dingemans Sorry, I thought I was providing everything you needed with the above link. It gives you the git commit hash, with a fully reproducible log from a docker run...

> This all was not needed if a "code sample" that reproduces the problem was added to the issue. So as things stand, any time there is a ktlint error,...