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.
Which version of rxjs is loaded on the machine? how do I figure that ou on my own?
I'm in Ruby, not Haskell, but there's a test case after "Sieve" called "Quine". There are some generated cases after that.
no he is right, the labels "expected" and "but go" are twisted:
expected: "2" <---------------------------------here should be "but got"
but got: "23571113171923293137" <---------------------------------here should be "expected"
Hey,
I solved the Haskell version of this.
I see and pass all tests in green but then it times-out after 12s !?
What is tested after the "Sieve of Eratosthenes" ? Isn't that the last test for the Haskell version ?
https://github.com/Codewars/codewars-runner-cli/blob/master/documentation/environments/haskell.md sais 1.10.0
this one is really working, the others are badly tested.
require('rx')
which version is required? i mean do I just "import rx from 'rxjs'" or const rxjs = require('rxjs') ? Is ramda also available? is there some documentation about importing libs ?
not sure why I didn't see that... Thank you!
You "untag" them the same way you "tag" them. Just click the star icon.
rx is loaded on the machine, simply require it like you would normally.
I think it would be nice to be able to delete tagged katas from the list (by the notification bell icon), so that after I solve them they won't still be there taking up space...
Hey,
I love codewars and I love RxJS. Could I use RxJS somehow ?
best
Nils