Results 272 issues of soywiz
trafficstars

This is not working yet. It will need more work. Just created the PR to not forget about this later.

``` WARNING: FSprites without instanced rendering support not implemented yet. Please, if you are reading this message, let us know ``` This happens for example in the Android Simulator where...

enhancement

https://github.com/korlibs/klock/blob/ca25e8a8b7d8ed2acefda96678331471b546b32b/klock/src/commonMain/kotlin/com/soywiz/klock/KlockLocale.kt#L20-L33 https://github.com/korlibs/klock/issues/150 * [x] English - Initial - https://github.com/korlibs/klock/pull/152 * [x] German * [ ] Spanish * [ ] French * [ ] Italian * [ ] Japanese * [...

help wanted
good first issue

https://github.com/ngbinh/gradle-scalastyle-plugin/blob/0cea2e2a99d6b86de2a3932e7106537f104ef7f8/gradle-scalastyle-plugin_2.11/src/main/groovy/org/github/ngbinh/scalastyle/ScalaStyleTask.groovy#L77 You should change `outputFile` to `project.file(outputFile)` Symptoms: empty xml file in submodule, actual xml file in root module or where CWD is

Menu not being accessible is due to creating the menu where some API stuff is not yet ready at the MacOS OS level. Some people suggested to do some dirty...

I have created a library for handling websockets: https://github.com/soywiz/haxe-ws And I am using hxssl for secure websockets in sys platforms. But it happens that it is not including Android/iOS builds....

Right now you have to call `runBlocking { }` manually, and it would be nice if that is not required

feature

In 0.6.1 with `./gradlew koverMergedXmlReport` uploaded to codecov: https://app.codecov.io/github/korlibs/korge/blob/31ceb8d90c8adf02931e410d385f704e513d56b4/kds/src/commonTest/kotlin/com/soywiz/kds/QueueTest.kt ![Screenshot 2022-10-04 at 18 24 25](https://user-images.githubusercontent.com/570848/193873343-8b4162b7-e18d-41ce-a62e-1460c203ee32.png) Also I'm getting some strange partial here in the same file: ![Screenshot 2022-10-04 at 18...

Bug
Kover Coverage Tool
S: postponed

Require method calls that are a safeguard for implementations never will be able to be fully executed if the implementation works fine. ![Screenshot 2022-10-04 at 17 55 08](https://user-images.githubusercontent.com/570848/193867357-e0fc6b48-5bfd-4587-b135-48d0b63616f6.png) So I...

Feature
Implement in KGP

Sometime ago I ported dragonbones to Java: https://github.com/soywiz/DragonBonesJava I have seen that there are other efforts: https://github.com/GDoom/DragonBonesJava https://github.com/DragonBones/DragonBonesJAVA/issues/1 But they are all outdated. I can try to port the current...