Clemens Borys

Results 5 comments of Clemens Borys

@edulpn You can likely set the host application manually by providing a custom value for the `TEST_HOST` build setting in your unit test target's `settings` section. You can play around...

IIRC Commander kills are only included in anticipation of Brutus' needs for galactic war. On Tue, Mar 30, 2021, 01:12 Askaholic ***@***.***> wrote: > I recently started ignoring the score...

To collect thoughts from @46bit's PR for the future: I believe `MatchmakerQueue.queue` should be updated here: https://github.com/FAForever/server/blob/a024a2fe8c8b7b905a5bdd41795f8134ee01e677/server/matchmaker/matchmaker_queue.py#L134-L135 https://github.com/FAForever/server/blob/a024a2fe8c8b7b905a5bdd41795f8134ee01e677/server/matchmaker/matchmaker_queue.py#L144-L145 and `LadderService.searches` updated here: https://github.com/FAForever/server/blob/542eb721fcc7603015cf846413cc75c42f6f8bdd/server/ladder_service.py#L218 https://github.com/46bit/faforever-server/blob/a024a2fe8c8b7b905a5bdd41795f8134ee01e677/server/ladder_service.py#L250 Even if we would expect that...

One could also write a wrapper class for a dictionary that accepts a metric endpoint on instantiation and automatically reports the new length on insertion and deletion, if one is...

If anyone else runs into the same problem: Prepending the `applicationPathString` with `"file://"` before constructing the URL fixed this example implementation for me. Alternatively, it seems that using `NSWorkspace.shared.urlForApplication` is...