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.
It's in Javascript as well and it is rather annoying - you have to read the comments to find out that even though tests testify a working encoder code it is your encoder code you have to fix to pass the random DECODING tests.
Would be a nice kata otherwise, but with that test setup it's a pain in the ass for all bit shifters....
People are reporting errors with the Swift translation again, can you look into that? Here is a link:
https://www.codewars.com/kata/resistor-color-codes-part-2/discuss#5a6b4ced880385af58000183
Thanks.
It happens in Ruby at least
Which language?
Someone just reported an issue with the Swift translation -- can you check it out? Here is the link: http://www.codewars.com/kata/resistor-color-codes-part-2/discuss?utm_campaign=code_challenge_comment_owner&utm_medium=email&utm_source=notifications#5879332254a678c6ff000168
It sounds fine the way it is -- thank you for translating!
Obj-C & Swift are the hardest to implement because they require OSX. We could use GNUstep, but its kind of a mess from what we understand. Our plan was to run a separate code execution cluster using hosted Mac Mini's and we have the test framework implemention done to make it work with our schema, we just need to finish the infrastructure which we don't have the development resources to do right now.
Only seems to be happening for Clojure & Haskell for me. Ruby, Python, Coffeescript & Javascript solutions still seem to be working.
Same here, longer than 10000ms or Submission timed out
I've been getting total time-outs
Confirmed. It's happening on any program. I cleared out the whole function and just returned 0 instead. Boom 10000ms error.
Same here