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.
Got the same issue. In my case it was because I was overwriting Array.prototype.flat.
Even though it says it's using node8 and flat was introduced in v11, it still a had problem with that somehow. So avoid overwriting any build-in objects.
This comment is hidden because it contains spoiler information about the solution
I've fixed the input mutation vulnerability myself, in spite of not knowing the first thiong about Ruby,
Would you please make
require
unavailable?Please see the recent issue by @Blind. Can you address those concerns?
It's explained in the posts below like the one from omiceron.
!?
I second it, lol :) | Let's build a library let's go!
Fixed.
And reverse logic confirms when I checked the attribute against the instance variable in my sample tests:
This comment is hidden because it contains spoiler information about the solution
Are you 100% sure
@barks
is available as an instance variable ofdog
and not just an attribute?Any resolution? Yeah when I write my own sample test with same params: dog = GenericEntity.new(:barks=>"obnoxiously", :bites=>"mildly", :color=>"black")
I don't think you are accounting for this.
Please read the tests from another language and note how testing is done. It's not a simple assertEquals.
ALso, I don't see any language customisation of the Description. I'd appreciate relevant language-specific notes.
Didn't do all of it myself .. I solved JS first and saw some solutions.
But thanks. :]
The answer is the literally one comment down from yours.
Loading more items...