dysonreturns

Results 7 issues of dysonreturns

**Describe the issue** Bitwise OR operators which use pipe "|", i.e `1 | 2` get confused with block parenthesis syntax wich are two pipes, i.e. ```ruby [1,2,3].each do |num| #...

language
bug
help welcome

Block parenthesis, which are two pipe symbols are applicable after a `do |param|` or inside of an inline block `{ |param| ... }`. Resolves #4187 ### Changes This change ensures...

Just a missing field from protobuf. I set it to 50.0 as on the twitch observer and it indeed gave that big zoom out. Neat!

**This commit is an optimization.** I ran cProfiler on an example bot of sorts and noticed that `unit.tag` is one of the worst offenders. I made it a cached property...

- The example observer file needs it's path to be cast to string, otherwise we get a TypeError. - ObserverAI dependend on deprecated self._client, self._game_data, self._game_info fields. They shoudl now...

When launching SC2 in latest version, the minimap isn't clickable and buttons are greyed out for most users. This behaviour started happening sometime during 5.0.x. Everyone should be able to...

Depends on python-sc2 merge: https://github.com/BurnySc2/python-sc2/pull/213 As discussed, sometime in SC2 version 5.0.x, the map becomes unclickable and you can't issue unit commands. To allow users to launch on v4.10 (which...