Hannes Karppila
Hannes Karppila
From [Double faults: Kernel Stack Overflow](http://os.phil-opp.com/double-faults.html#kernel-stack-overflow) ```rust fn stack_overflow() { stack_overflow(); // for each recursion, the return address is pushed } // trigger a stack overflow stack_overflow(); ``` I try...
I'm thinking about something like build order class, that could just specify step-by-step instructions for the first parts of the game. Also simplifying expansion-taking and building placement would be a...
@BlizzAphex you seem toi be the person who updates the new Linux binaries. Could you please upload a new version? Also would it be possible to automatically release new versions...
Currently there seems to be no way to find out how much energy using an ability costs Cost itself is already mentioned [in a comment in data.proto](https://github.com/Blizzard/s2client-proto/blob/blizzard_internal/s2clientprotocol/data.proto#L11). I suppose this...
With two bots, status is still `status: in_game`, even after the game is over. Similarly, it looks like `observation.player_result` cannot used for that either, as the list is always empty...