soywiz
soywiz
Right now Ktor provides functionality to get an OAuth token, and there is a sample with some providers. But for authenticating you need to know which principal are you authenticating,...
https://github.com/korlibs/korge-next/runs/6829604895?check_suite_focus=true#step:7:7449 I'm getting this stacktrace when running it with Java8: ```kotlin e: java.lang.NoSuchMethodError: java.lang.Integer.parseUnsignedInt(Ljava/lang/CharSequence;III)I at androidx.compose.compiler.plugins.kotlin.inference.SchemeStringSerializationReader.number(Scheme.kt:342) file or directory '/Users/runner/work/korge-next/korge-next/korge-compose/src/posixMain/kotlin', not found at androidx.compose.compiler.plugins.kotlin.inference.SchemeKt.deserializeScheme$item(Scheme.kt:209) file or directory '/Users/runner/work/korge-next/korge-next/korge-compose/src/nativeMain/kotlin', not found...
The folder is called `iosMain` not `iOSMain` which prevents it from working on case-sensitive APFS.
Relates to: https://github.com/Kotlin/kotlinx.coroutines/issues/855
https://github.com/layervault/psd.rb/blob/31c7ddddfc96181847579833bf384532de3b29d9/lib/psd/image_formats/rle.rb#L44 Shouldn't it be `>=`? Or just else?
Fixes #78 Yeah. Finally! :) It doesn't work properly yet, but it is almost working. The process consists in: - Separate the graph in Strong Components - Each strong component...