The first Javascript kata fails with an unknown error, even if the code is correct. You probably want to fix this bit too: http://imgur.com/KqYuCHn Also, if your browser window is too narrow it suddenly thinks you're on a mobile device and ceases to work.
Code Wars (JS, Coffeescript & Ruby)
21–30 of 37 posts
Re: Code Wars (JS, Coffeescript & Ruby)
#22Re: Code Wars (JS, Coffeescript & Ruby)
#23I guess the challenge is to build a working version of their site for them?
Re: Code Wars (JS, Coffeescript & Ruby)
#24The first Javascript kata fails with an unknown error, even if the code is correct. You probably want to fix this bit too: http://imgur.com/KqYuCHn Also, if your browser window is too narrow it suddenly thinks you're on a mobile device and ceases to work.
UPDATE:
I was a bit hasty with my original comment. There was a regression bug that was still causing the landing page to be broken. A fix has been deployed and things should be working now.
Re: Code Wars (JS, Coffeescript & Ruby)
#25The first Javascript kata fails with an unknown error, even if the code is correct. You probably want to fix this bit too: http://imgur.com/KqYuCHn Also, if your browser window is too narrow it suddenly thinks you're on a mobile device and ceases to work.
Wow! We had no idea someone would be posting about us on HN today. We were not prepared. The site has been scaled up and it should working now. UPDATE : I was a bit hasty with my original comment. There was a regression bug that was still causing the landing page to be broken. A fix has been deployed and things should be working now.
Re: Code Wars (JS, Coffeescript & Ruby)
#26Don't let the bug comments get you down - this is cool.
Re: Code Wars (JS, Coffeescript & Ruby)
#27Re: Code Wars (JS, Coffeescript & Ruby)
#28[deleted]
Re: Code Wars (JS, Coffeescript & Ruby)
#29[deleted]
$.post(App.route("attempt",this.playData),e,function(e){var n;return n=e.reason,n||(n=e.valid?["Good Job!","Correct!"].sample():"Unknown error")
When I pop open the Chrome network tab, this is what the response to /attempt looks like: {success: true, dmid: ikspmzs0}
Given that .sample() just returns a random array element, I'm assuming it's freaking out because it's expecting "valid" and getting "success" instead.
Re: Code Wars (JS, Coffeescript & Ruby)
#30The first Javascript kata fails with an unknown error, even if the code is correct. You probably want to fix this bit too: http://imgur.com/KqYuCHn Also, if your browser window is too narrow it suddenly thinks you're on a mobile device and ceases to work.
Nice idea, but its hard to get any reason to register if there is no bigger picture or the ability to interact in any way with the site.
A bit strange written in your "privacy policy" by scattering through:
"credit card... obtain payment from you." ? ->
"Our Site’s subscription registration form will request that you give us your name, email address, credit card information, and certain other information that will enable us to provide our services to you and obtain payment from you. We may from time to time send information in the form of email to those who register with us at codewars.com. You may always opt out of receiving future mailings."
Maybe there is not everything correct and might need modification?