spamguy
spamguy
The current medium for navigating the app, the icon in the upper right corner, is not mobile friendly at all, and may in fact be screwing with layout in general....
User should be able to view ordered lists of: * Top ranking players * Top hated players * Top playa haters * Quickest players * Most reliable players
The front page sucks. Really really sucks. Options: * Get a willing contributor to open source their work, or * Create a separate, private repo under a non-open license, and...
As a user, I should be told how many unread press is in a channel from the channel list view. When the channel is opened, the count should reset to...
Sometimes it's not clear to the user that app actions succeeded. Every successful API interaction should be followed up with an [Angular Material toast](https://material.angularjs.org/latest/demo/toast). A failed interaction should have a...
In the subscribed games page, individual game list items should be coloured according to whatever action is needed from the current user, if any. The colour should be applied to...
Not a bug, just a question. Do you have any advice writing a set of unit tests for a server based on express.oi? [I have a server](https://github.com/spamguy/diplomacy/blob/master/server/server.js) whose structure very...
The TL;DR: I wanted to fetch the next run time of a job. I expected null, but got `nextScanAt`. 1. I scheduled and ran a few jobs individually with no...
Fixes #2184. - [x] Tested the scraper on a local copy of DevDocs - [x] Ensured that the docs are styled similarly to other docs on DevDocs - [x] Added...