Vavlav Benes
Vavlav Benes
I ve tried create python scriptable objects instead of gd. `ClassStats.gd` ``` extends Resource class_name ClassStats export(String) var type = "Knight" export(int) var health = 100 export(int) var strength =...
Testing on Python 3.7 in ecmacile.py is syntax err. node.async. there is a line. ` 2128 s = "%s=> {...}" % ("async " if node.async else "")` change to `...
Hi its possible extract resource like map trees and other and convert them to png or jpeg. I d like create tiles and tileset from that.
**Describe the bug** 1. Started emulator ``` docker run -itd --rm --privileged --pull always -v ~/data:/data -p 5555:5555 redroid/redroid:11.0.0-latest ``` 2. connect to device after some time ``` qautouser@ssa-linux-arm64:~$ adb...
I want to ask. What is the effort to use it as an android library? is it even possible? I see the JVM target. Thank you. :)
Hi, is it possible add support for android tv ?
Hi, I'd like to ask if its possible _automate_ setup or build docker image with gmail account. **manual setup** I can run container save gmail account and user settings and...
Hi , is it possible to use kotlin wasm and it's libraries in a notebook. I'd like to render compose for web in notebook instead of existing kotlinx.html. Thank you.
Hi is it possible set emulator proxy configuration? Like `emulator -avd myavd -http-proxy http://168.192.1.2:3300`
Hi, is possible set ANSI syntax and target for SublimeInput. Can i modify input.py with different settings? ``` syntax="Packages/User/ANSIescape/ANSI.tmLanguage", target="ansi_color_build", self.output_view.settings().set("syntax", syntax) self.output_view.settings().set("target", target) ```