Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
lmao
Yep, I had exactly the same issue, glad I saw your post, it was driving me nuts!!
Sorry for late reply. And, yes, this's an another problem you have to solve it.
Hint: About the error, the decimal places, why don't you find some ways to eliminate them?
It depends on the version in use for a specific Kata (sometimes you can choose from multiple versions).
For example, you can't use most ES5 features in Node 0.10, and you miss a few things like
Object.values
,Object.entries
,String.prototype.padStart
in Node 6.