-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete kata per language #1641
Comments
You get no Honor points, but you are still rewarded with "language progress": If you complete a kata in more than one language, your C++/Java/Ruby/Whatever rank increases for each solution. When it comes to visualisation/filtering of completed versions, it's +1 from me. |
+1 from me for the visualisation of language(s) the kata was completed in. |
If anyone would be interested in such feature, you can give this script a try. |
Thank you for this! Makes it very easy to practice a kata in multiple languages ;) |
Just popping to +1 this suggestion. I've tried the script @hobovsky made and it doesn't seem to work for me, may be that I've done something wrong in setting it up. In any case this would be an amazing feature for codewars. |
@agilvarry we might try to sort issues with the script out if you catch me on gitter. Drop me a PM and maybe we can get it working. Cheers! |
Can anyone confirm if the Tampermonkey script from @hobovsky is still working? I tried it in both Firefox and Chrome on Ubuntu 20.04 and it doesn't seem to grey out the completed languages any more. The ten users who've commented and reacted on this issue can't be the only ones who want to use Codewars to learn multiple languages. Is anyone considering working on this? I would consider this to be a bug. When I select a Language filter in which I haven't completed a particular kata, the Progress filter, Kata I have not completed/trained on, should let that kata through even if I have completed it in another language, but it does not. Thanks to all who have and will work on Codewars, though. Despite my concern with this issue it is still a great learning platform that I enjoy immensely. UPDATE: I'm so sorry about that, hobovsky. It had been a while since I used the script and completely forgot about that step. It is working for me, too. And thank you Blind4Basics for the quick reply. |
The script is still working. Did you go to |
@azwarners I can confirm, it still works. |
I used this script today after some time:
The results contain kata which I have completed in Kotlin and sometimes even fails to "fade out" the language logo. For example, the Bouncing Balls kata in the screenshot, I have completed this in 4 languages. Is there a step I'm missing? I must admit I haven't used this in some time now. Edit: It is updated to the latest version |
The script is not related to Codewars in any way so let's not discuss its issues here, because it's offtopic. I think it would be good to use the issue board in its own repo: https://github.com/hobovsky/polyglot/issues About the problem, I havent looked into any issues for a long time, and CW experienced some updates recently, so indeed something could break. I will check after work. Would you please re-raise the issue on Polyglot board? Thanks, and glad you still like it! |
Sure, sorry for raising it here, my bad, I just followed the link from a notification I received blindly :/ |
Is your feature request related to a problem? Please describe.
I know several languages and would like to refresh myself on each. Thus, I like to do kata(s) in each language, to remind myself of the differences between each language. However, there is no marking with a Kata for in what languages I have completed it, nor do you seem to get honour after completing a kata once in one language. Completing it with a different language you haven't completed it in afterwards does not give extra honour.
Describe the solution you'd like
I'd like to see clear UI elements on what languages I've completed a kata in. Additionally, I'd love to see you get honour for each first completion with a new language on a kata. So for instance, if I finished a kata with C++ once, I'd get honour. Then, the first time I complete the same kata, only now in Java, I'd once again get some honour.
Describe alternatives you've considered
An alternative to seeing what languages you've solved a Kata in could also be to allow us to sort on the language we completed a kata in, and only show those we've completed in that language (or the other way around, and filter out the kata we have completed in that language).
The text was updated successfully, but these errors were encountered: