Scott Pierce
Scott Pierce
## Expected Behavior The task should tell me if there is a problem with the code style or not. ## Observed Behavior Crash: ``` > Task :ktlintFormat FAILED 17:02:10.989 [main]...
I'm seeing this bug in ktor client 1.1.3 on Android with OkHttp as the engine. It appears to have been a bug since at least ktor 1.0.1. You can see...
I added the `kotlinx-atomicfu` plugin to my multiplatform project. As soon as I did that I get the following error: ``` Source set 'commonMain' of project '' is part of...
`implementation(npm("firebase-functions", "3.3.0"))` `rootProject.kotlinNodeJs.versions.dukat.version = "0.0.28"` Gradle 6.1.1 ``` > Task :firebase-functions:generateExternals Exception in thread "main" java.lang.StackOverflowError at org.jetbrains.dukat.astCommon.QualifierEntity.hashCode(NameEntity.kt) at org.jetbrains.dukat.astCommon.QualifierEntity.hashCode(NameEntity.kt) at java.util.HashMap.hash(HashMap.java:339) at java.util.LinkedHashMap.get(LinkedHashMap.java:440) at org.jetbrains.dukat.model.commonLowerings.ModelContext.unalias(ModelContext.kt:95) at org.jetbrains.dukat.model.commonLowerings.ModelContext.getParents(ModelContext.kt:141) at org.jetbrains.dukat.model.commonLowerings.ModelContext.getAllParents(ModelContext.kt:149)...
Using Kotlin 1.4.0 `implementation(npm("rxjs", "6.6.3", generateExternals = true))` https://youtrack.jetbrains.com/issue/KT-41822 Here are the errors: ``` > Task :presentation:compileKotlinJs FAILED e: /Users/scott.pierce/workspace/dev.scottpierce/mobile-tester/mobile-tester-repository/presentation/build/externals/mobile-tester-presentation/src/AnimationFrameScheduler.module_rxjs.kt: (18, 15): Class 'AnimationFrameScheduler' is not abstract and does not...
I'm using Dukat `0.0.28` I ran the following command on express in my node_modules/@types directory. Here is my @types directory as a reference: [@types.zip](https://github.com/Kotlin/dukat/files/4252388/%40types.zip) ``` dukat -d ../../../../../external-definitions/express/src/main/kotlin/ index.d.ts ```...
Attached is the twilio library, complete with `.d.ts` files. Using dukat 0.0.28 I ran the following command on osx: `dukat $(find . -name '*.d.ts')` I get this crash: ``` dukat...
``` implementation(npm("twilio", "3.39.4")) ``` I should be able to do something like: ```Kotlin Twilio("", "").messages.create(message); ``` The problem is that in the Kotlin declaration, `messages` is `Any`, while in typescript...
This is awesome that you've put this project together and continue to maintain it. I'm trying to think of an easy way to add it to an app, and it's...
I'm on OSX 10.13.6 I just installed the app, and it wasn't there. I got a few text messages, and there doesn't seem to be anything that I can do...