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've been attempting to post solutions to the "Simple CSS selector comparison" kata. I've gotten multiple timeout errors against what appear to be correct solutions.
When the error message "Submission timed out. Please try again." comes up, I see an Uncaught Reference Error: request is not defined in the console:
Uncaught ReferenceError: request is not defined application-a1801b69804e9a06ac6790982e01d0a3.js:33
(anonymous function) application-a1801b69804e9a06ac6790982e01d0a3.js:33
f application-a1801b69804e9a06ac6790982e01d0a3.js:15
l.fireWith application-a1801b69804e9a06ac6790982e01d0a3.js:15
i.(anonymous function) application-a1801b69804e9a06ac6790982e01d0a3.js:15
r application-a1801b69804e9a06ac6790982e01d0a3.js:31
nrWrapper
Not much help with the minification on, I suspect, but it might tell you something!
I didn't actually open my console at the time. I will write better bug reports in the future. :)
I'm working on the Python track.
Periodically, when I submit to run tests, the process will hang on "waiting for results". Typically, this happens when I have submitted an erroneous solution previously, and I have tried to make corrections. Reloading the page won't help; resetting the kata won't help. I can neither run tests nor submit.
Ugh, not best practices to use old-style classes.