JulesAU

Results 3 issues of JulesAU

Issue tracker probably not the best place for this; which is really just a discussion for some functionality I added to make these charts play nicely on touch devices and...

:sparkles: enhancement

$ npm install dcrypt -g > [email protected] preinstall /home/jules/lib/node_modules/dcrypt > node-waf clean || true; node-waf configure build Nothing to clean (project not configured) Checking for program g++ or c++ :...

Tracking down this error `ReferenceError: document is not defined`, led me to [this bit of code](https://github.com/lynndylanhurley/redux-auth/blob/master/src/utils/session-storage.js#L89) - which ultimately calls ``` Cookies.get(key); ``` Where `Cookies` is the `browser-cookies` lib and...