Gatsik
Gatsik
I don't think this is the server issue, moreover, I don't think this is the pre-commit or Intellij IDEA issue either, it's just the way you work with the version...
Yes, pre-commit always stashes the changes ([link](https://pre-commit.com/#pre-commit-during-commits))
`test_ladder_game_draw_bug ` and `test_game_ended_broadcasts_rating_update` are failing probably because of customized precision Do you want this custom precision only for `queue_pop_time_delta` field in `matchamker_info` message?
It looks like we can't do much without creating custom python package that will use compiled C code. I did some comparison between different methods using slightly modified script taken...
9ce2edc does not close this, it still happens every time someone with avatar writes a message in chat. Because of this: https://github.com/FAForever/client/blob/2d2e935aac611f6f0c41ba330ca2d6e3b37ee96f/src/chat/channel_widget.py#L100-L105