Matti Bragge
Matti Bragge
The issue is that `expansion_locations` needs to be called once for the values to be cached. If the call is made for the first time inside `on_step()` function it can...
I came across this same problem. `ScheduleStatus` was null because I was using a 30 sec timer, but as soon as I raised it to 60 seconds the problem was...
Sending workers away from a base with a Planetary Fortress is definitely not intended. 😄 Worker distribution probably does not consider PF as a proper base. The bug might also...
`Zone.our_townhall` looks like it should take PFs into account. Can you debug `PlanDistributeWorkers` class and its `get_worker_to_reassign()` method? That's my primary suspect.
Okay, so it might just be that the `PlanDistributeWorkers` is not optimized for cases when the bases are far apart. When I was originally implementing `PlanDistributeWorkers`, I thought about taking...
My team would also like to get slack notifications only for `master` and `release-*` branches, and not of any feature branches which there are plenty.