Denis Ciccale

Results 11 issues of Denis Ciccale

https://github.com/Remchi/reddice/blob/master/client/index.js#L24 jwtDecode can throw an error if a not valid token is passed, how do you suggest handling this? for now I've created `utils/decodeToken.js` with: ```js import jwtDecode from 'jwt-decode';...

Promise.cast has been deprecated as mentioned here https://github.com/petkaantonov/bluebird/issues/590

4.0.0

is there a way of calling `chance.natural()` with a specified length? let's say I want to generate a random natural number of 11 numbers, how could this be done currently?...

avoid accessing the same node twice. you can pass an object of `key: value` pairs to the `.css()` method

this prevents executing the increment before it actually knows that is a countdown if you see this example you will se the seconds counter first going up by 1 and...

Here is the latest version I am currently using of generator-angularexpress which has been updated to latest version of generator-angular, and even further, it updates all npm modules (except for...

I am trying to execute the tests, but as the tmp folder is excluded from the repo it can't read the files in it and thus the tests fail.

Added `lang-vim` definition for Google prettify to nicely highlight vim lang, as this is Vimbits! :) Please check that it works, it should, but I haven't tested thoroughly, thank you.