Will Greenberg
Will Greenberg
Suppose we have an instance where two viewers, V1 and V2, representing two players playing remotely (e.g. online) want to play a game together on the same engine E ```...
I've been writing an engine implementing UHP, but have a question regarding how draws are handled. In a two player game, a draw can either happen due to a single...
This is meant for 2.0, though it doesn't seem we have a tracking branch for that yet. Closes #9303.
This is meant for 2.0, but we don't have a tracking branch for that yet Closes #9302.
Fixes #9304 ~~Part of 2.0 milestone, and shouldn't be merged until we have a tracking branch for that!~~
Recently our Azure builds have been plagued by _extremely long_ snap build jobs which ultimately timeout. What seems to be happening is the `snaps_build` step will trigger/wait on building each...
### Feature Proposal Currently, `webpack-dev-middleware` only supports single-range requests, and will return the entire requested resource if multiple ranges are specified (https://github.com/webpack/webpack-dev-middleware/blob/master/src/middleware.js#L215-L218). I didn't see any documentation around this, or...
Fixes #9386 CentOS and RHEL 9 now use `httpd` instead of `apachectl`, so that's now the default for that configurator. There's now a special case for older CentOS/RHEL versions to...
Hi, I've noticed that for queries which return a JSON payload larger than the Salesforce-defined maximum, forcetk.js does not handle the loading of additional data located at the address specified...
Our boulder tests have recently been breaking due to a change in boulder, but pebble (https://github.com/letsencrypt/pebble/) is the recommended test util for testing against ACME servers. Can we convert our...