Dan Van Atta

Results 79 comments of Dan Van Atta

@RustyAxeGames , please check attachment, I do not see it posted to this issue.

### We are more trying to solve request routing (or arguably service discovery) more so than we are trying to achieve virtual hosts. Routing based on headers is already in...

@RoiEXLab in such a case we have a single wildcard domain - if we have clients sending requests to URLs like `2-6.lobby.triplea-game.org`, and then we have an 'if/else' statement that...

If reinventing the wheel, which tools are there that do what we want? Virtual hosts is many DNS to one host, we are wanting the inverse (so this is a...

@RoiEXLab also what are your thoughts on the necessity of a preprod database? CC: @tvleavitt , @bacrossland , y'all might be interested on this topic, feedback is welcome; particularly regarding...

I think we are pretty safe ground in terms of 'reinventing the wheel'. The 'wheel' in this case is using NGINX to do request routing using headers. The overall system...

## Latest Proposed System Diagram if there is no preprod ![lobby-version-switch-using-nginx](https://user-images.githubusercontent.com/12397753/161684831-f8598e80-cd5b-4081-baf6-7799cc73fc8a.png)

'spacebar' was problematic because whenever a button was 'activated, spacebar would activate that button rather than doing the 'unit skip'. I think you can observe this by clicking the 'next'...

> so I've discovered that the space bar doesn't start skipping units until you have manually hit the skip button. This seems like an issue right? If I start using...

Given that we have removed space bar as the 'skip unit' button, does this resolve the concerns raised in this issue? What would a fix to this issue look like?...