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.
I ranked up today and got this (as tweet content) when I clicked on the tweet button in the notification:-
I don't know if this is a known bug or where to post such bugs, so there it is. Hoping some dev to take note of that and put it on the "To Fix" list. Btw, Love Codewars so far. :)
My user profile simply says "Stats are being refreshed, page will reload when done", and has done for hours now. New Katas I have completed in this time do not seem to have affected my rank or honour.
Is this usually a long process, or has something broken?
Strange thing. When I am on my Home page and looking on Katas to train, there show up only topics but no description, and whether button train or skip is pressed the topics going to change so that the kata cannot be started.
There is some maintenance process on page or what?
So how come I have finished a few kata this evening but my honor has not changed at all? It appears to be a bug, but I am not signed into github and don't wish to join.
Aha! I found where I was going wrong. I was not removing comments correctly, so I was getting erroneous characters in my inputs.
Thanks anyway!
I can't actually find that test case. What test case section are you on?
I have a problem with this test case:
sststsstssstsntnssnnn
My interpreter is doing this:
ss : Stack manipulation - Push
t stsstsssts n : -290
tn : I/O commands
ss : Output character`
This fails because -290 is not a valid character
Can you advise where I might be going wrong please?
This comment is hidden because it contains spoiler information about the solution