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.
Ruby tests overhauled
The description of kata is ambiguous - it says: "return a list of users and their pet names, but only for users who have at least one pet whose name starts with the letter 'M'." It doesn't say that we should exclude all pet names which doesn't start with 'M'. According to description we should return all users and all their pet names in case if at least one pet name starts with 'M' for a giver user.
OP solved the kata
Thank you, this helped
The goal is to find the specialists who are doing mistakes in employee names.
So you have to return the specialist id, not the employee id. As written in the kata description:
I hope that helps.
You are using operations which lose precision because numbers will be converted to floating point which is not sufficient for numbers with more than 53 bits.
But there was a similar bug also in the Ruby reference solution which I have fixed now.
It is unclear why in the described example "Annabelle Lee" is not included in the result, it has 1 record where the function returns the distance from 1 to 3
It's Over 9000!
Thanks! Updated the description.
Error in table description
but integer is assumed
Thank you very much! It helps a lot when studying classes
The example in the description is not entirely successful, it would be better to add one non-day off and one day off that does not relate to the 23rd year
Can you please explain how you got this answer?
ORDER BY start of interval ASC
No, you're failing the second test in the
"error handling"
group:Not a kata issue.
Loading more items...