Results 281 comments of soywiz

Relates to https://github.com/korlibs/korge/issues/439

Wishlist from my side (maybe all, or some of them are already included): `ByteArray -> ByteReadChannel` (with optional range) `String -> ByteReadChannel` providing a Charset `ByteReadChannel` -> read to `ByteArray`...

Im afraid this project is not maintained anymore

Thanks for the report! Really useful, I will investigate likely next week when I will start to have more time.

OGG is only supported on Web, not in the JVM (directly) so that part is normal. It should be possible to use Opus instead in all targets: https://store.korge.org/module/korau-opus/ Going to...

@Kietyo I have checked this. First of all: Unless you found something strange, if the tests are passing, I believe it should be mergeable. If we find that something stopped...

That's strange, indeed. Since you have debug buttons, let's add a button for toggle forceRenderEveryFrame like here: https://github.com/korlibs/korge/blob/656078f3a41505f1b1625f39210edb3cb2110117/korge-sandbox/src/commonMain/kotlin/Main.kt#L257-L259 And see how it behaves at runtime. We have to check if...

This `lintVitalAnalyzeRelease` seems to happen a lot lately but not to everyone nor to CI. Which task are you running when getting that error? Is it `runJvm` or something else?...

Can you provide more information? I'm asuming it is linux from the path, which specific operating system, which JDK is installed and in path, and which intellij version are you...