Gatsik

Results 6 comments of 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

Indeed interesting, I didn't notice this function, and there are also some functions regarding balancing/shuffling in the `lobby.lua`: https://github.com/FAForever/fa/blob/b84226246e8880adc606ac57e7584167c09ca7b9/lua/ui/lobby/lobby.lua#L1565 https://github.com/FAForever/fa/blob/b84226246e8880adc606ac57e7584167c09ca7b9/lua/ui/lobby/lobby.lua#L1352 https://github.com/FAForever/fa/blob/b84226246e8880adc606ac57e7584167c09ca7b9/lua/ui/lobby/lobby.lua#L2179-L2202 Also, starting spots in the replay data differ from...