Stephen Martindale
Stephen Martindale
Please provide an option to disable the fading-in and -out of borders and lines and backgrounds in the "Problems" pane, in the name of reducing motion and distraction in the...
### Open-Source This repository needs to be officially announced but, prior to doing so, several things need to be in place. - [x] Enable the Issue Tracker - [x] Create...
The following TypeScript domain models require extensive unit-testing because they implement critical domain logic: - [ ] `GameClock` _particularly the transition between time periods_ - [x] `GamePosition` _liberty counting, capturing...
L19 user _EdLee_ writes, "_Feature requests: Pass button, Resign button,_" and, later, another L19 user, _Chidorin_, writes "_looking forward for resign button_" This suggests that the buttons are not visible...
When an upstream POST results in an exception, the KGS JSON end-point sometimes returns error information embedded in the HTML body of the 400 response. This should be extracted and...
Enhance the Gulp build script to enable the production of a _Release_ build. - [ ] Remove the global variables for services and controllers: `$app`, `$db` `$client`... - [ ]...
When the player's colour assignments are set to _nigiri_, the _komi_ controls should be set to the usual value and disabled - the user is not permitted to select a...
Ensure that all HTML content is served with the correct `head` tags and that XHR calls use the correct `content-type` headers, then test again.
When the user logs out or the connection fails for another reason, the sign-in screen should appear with an error message explaining why it did so. This does not appear...
Having exploited the `instant` crate in my toy *WebAssembly* game that I've been playing around with, I have come to the conclusion that the way that *Cargo* features are defined...