scotty007
scotty007
Easy thing, just override colors in the active style as @christopherdumas suggested: ``` style = imgui.get_style() # override active style imgui.style_colors_dark(style) # optional: set base colors from "Dark" (or any...
Hello @KinoxKlark, first of all: thank you very much to take over responsibility for this project! You wrote: > Concerning the direct future, I think it is time to prepare...
"block the usage of coroutines" means rewriting the AI wrappers (`Scripts/ai.lua`) without using coroutines? (The AIs can't use coroutines inside the sandbox (`Scripts/sandbox.lua` line 198).) I'm not sure if `lua.debug`'s...
While digging into this, I "de-optimized" czAI12. There seems to be nothing special in it, just a long running (nested) loop. If it would help you, I can provide the...
Hey ChrZae, thanks! For work in progress, czAI12 performs quite well. Ranks at 9 ATM ;-)
@Willi-Smith: I don't think the failed build is caused by this patch. It happens while building an external library (librtmp) and it fails for the current master as well. I...
As @antitheos pointed out, recreating the cert/key fixes the SSL issue. I just deleted the two files (in the `service` folder). They are recreated by the service launcher when missing....
@bookmagnus The service requires older versions of the Python dependencies (and their respective dependencies), but they are not pinned in `service/common/pip_installer.py`. So, it installs the latest versions from PyPi. After...