Live data from Hacker News

Code Wars (JS, Coffeescript & Ruby)

codewars.com

21–30 of 37 posts

Re: Code Wars (JS, Coffeescript & Ruby)

#21

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.

same stuff , doesnt work ...

Re: Code Wars (JS, Coffeescript & Ruby)

#24

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.

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)

#25

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.

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.

Your script executor is still super busted. "Unknown error" for days.

Re: Code Wars (JS, Coffeescript & Ruby)

#29
post #27

[deleted]

Re: Unknown error --

$.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)

#30

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.

Actually it seems to work, accepting a solution and allowing to progress, if you enter your solution as desired and then click on the type/icon of language you answered for.

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?

Post reply on HN