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.
"but it works locally!"
not a kata issue
I neither knew. The solution is excellent
This comment is hidden because it contains spoiler information about the solution
Hi,
Each time when I run submit tests I get random test failures but when I try to run the same test in test playground it works for me. And the pressKeyCount in the failed test could be different, it includes a small number and number greater than 88
-> GO lang
I am doing this kata in C and found an issue in the same test:
{
char* a1[] = {"it", "wkppv", "ixoyx", "3452", "zzzzzzzzzzzz"};
dotest(a1, 5, 3, "ixoyx3452zzzzzzzzzzzz");
}
Error. Expected ixoyx3452zzzzzzzzzzzz but got wkppvixoyxzzzzzzzzzzzz
I don't know where you saw that test: it doen't exist. The tests is:
dotest([]string{"it","wkppv","ixoyx", "3452", "zzzzzzzzzzzz"}, 15, "")
Hi,
Could you please check this test (GO lang):
dotest([]string{"it", "wkppv", "ixoyx", "3452", "zzzzzzzzzzzz"}, 15, "itwkppvixoyx3452zzzzzzzzzzzz")
It doesn't work when i'm trying to submit my solution (it shows that my function returns empty string) but i tried the same test in test playground and it worked
Should return the smallest int 82447076984 - Expected: 82447076984, instead got: 69671403
How is 82447076984 smaller than 69671403? This is JS version.TBH I'm not sure myself: if I find out I'll let you know. Thanks for looking into it
i am sorry but i cant seem to figure out how do i do that.. where's the button for it?
Yeah, i resolve JS kata. And Math.min with array as argument should return smalest integer.
Hum, I'm not really sure, I'm fairly new here. I did mark the issue as resolved on my side, however it is still counted as issue.
Thanks for checking it at your side!
Hi! Yes it is resolved! I don't see any button to resolve it on my end. I think it should be something you do. Am I wrong?
Hi, I think I solved the issue but it still shows up. Should you be closing the issue too?
Hi, I think I solved the issue but it still shows up. Should you be closing the issue too?
Loading more items...