neumond
neumond
Looks good. I need to find some time to add UnitCommand at code generation stage, verify with your code (since you've tested this) and release new version. Thanks.
Truly, if you can compile correct 64 bit bwapi binaries, there will be no problem providing corresponding wheels.
It was intended for wrapping on python side to avoid round-tripping C++ bridge for small scalar types. Isn't getDistance just euclidean metric? Some experiments needed to figure out what will...
I guess it's possible, but I'm very busy currently.
Yep, current trunk isn't well tested yet. What version of MC and CC:T do you use?
The problem is that it's always minecraft/lua side which asks python side to execute something. And this execution on python side should be as short as possible, similarly to actual...
In my case there's one long-living, but restartable thread with LISTEN, with several side-threads that react on received events and use pg connections as well. I still find using the...
It's quite easy to add all necessary languages to keybindings manually. ``` bind "left" "h" "р" { MoveFocus "left"; } bind "down" "j" "о" { MoveFocus "down"; } bind "up"...