Results 48 issues of Guy Ellis

Should be an easy fix - when navigating off the `Running` component kill the setInterval() method to stop the timer. ``` Warning: setState(...): Can only update a mounted or mounting...

bug

Button to clear out the history of the previous scores. i.e. call: ``` localStorage.removeItem('mathDrillScores') ```

enhancement

There are (currently) 4 pieces of information at the top of the page: - Level - Operator(s) - Time Left - Questions remaining Put span tags around the data with...

enhancement

Create a module that demonstrates as many of the tools and utilities as possible.

Write a gulp script to loop through a given array of Node.js and io.js versions and the walk (loop) through all the modules and run appropriate tests in each module...

After the "Complete Code Coverage" module add another module showing how the misnaming of a callback can be picked up by a linting tool such as JSHint.

The lint rules are very old. Need to use a standard set of rules like Airbnb rules.

enhancement
help wanted

Instead of a local and remote cache it should accept an array of objects that specify the caches and options for each cache. Missing options result in defaults getting set....

enhancement
Requires More Interest

Add an adaptor for memcached.

enhancement
Requires More Interest

When I originally wrote this using `moment` was the easiest and quickest way to get this functional for what I wanted. To give this a broader appeal and to make...

enhancement
help wanted