Michal Havryluk
Michal Havryluk
Hello, I got exception after few seconds of running python script on Windows 10 using Cygwin (bsdiff and python installed). Maybe there is some hardcoded path which is not working...
This is more as a question that real issue. And maybe it will help someone in the future. I'm using my own layout in Windows which was created by kbdedit...
I want to create text with for example black color outline and red fill color (see attachment). I can use code as below but in that way I can set...
Pluto version affected: 2.1.9 Pluto version which was working correctly: 2.1.3 When using addPlutoKtorInterceptor() requestBuilder.url(String) is called with existing URLBuilder, which will cause that query parameters in url are doubled....
The code below should skip to 5 seconds from beginning but it always starts at the beginning (0:00). Korge - core - 5.2.0 Platform: Android (API level 34) ``` val...
### Use case description Main use case is about playing files inside APK with not only for example Uri: `Uri.parse(("file:///android_asset/music.mp3"))` But to be able to use files located in jar...