• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
LastPossum Avatar
Name:Egor Gartman
Clan:Unknown
Member Since:May 2017
Last Seen:Dec 2024
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (15)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • L1Cafe
    • commented on ""First non-repeating character" Go Translation"
    • 5 years ago

    This is wrong.

    Solution setup has "firstNonRepeating" but test cases will try for "FirstNonRepeating", so Go can't find a function named like that. Notice the first letter is uppercase in the first character for tests but not the solution setup. Please fix this.

  • Custom User Avatar
    • anter69
    • commented on "Make the Deadfish swim." kata
    • 7 years ago

    Approved

  • Custom User Avatar
    • anter69
    • commented on ""Make the Deadfish swim." Go Translation"
    • 7 years ago

    Approved the new translation

  • Custom User Avatar
    • LastPossum
    • commented on ""Make the Deadfish swim." Go Translation"
    • 7 years ago

    I forked original kata and translate it once again: https://www.codewars.com/kumite/5c18f45816537c77820006f0

  • Custom User Avatar
    • LastPossum
    • commented on ""Make the Deadfish swim." Go Translation"
    • 7 years ago

    Ok.

  • Custom User Avatar
    • anter69
    • commented on ""Make the Deadfish swim." Go Translation"
    • 7 years ago

    Still complains about description problem. Try to fork your translation, fix the description and publish it again?

  • Custom User Avatar
    • LastPossum
    • commented on ""Make the Deadfish swim." Go Translation"
    • 7 years ago

    Done.

  • Custom User Avatar
    • LastPossum
    • commented on ""Make the Deadfish swim." Go Translation"
    • 7 years ago

    I'll do it.

    Sorry for downvoting the comment. It did it accidently.

  • Custom User Avatar
    • anter69
    • commented on ""Make the Deadfish swim." Go Translation"
    • 7 years ago

    Description cannot be approved, recent changes from related record must be merged first.

    This is the error I get when trying to approve. To fix it, take the current description of the kata and use that. The easiest way to do it is to start a new translation, copy-paste the description here, then do your changes and republish.

    Oh, and thanks for downvoting my comment...

  • Custom User Avatar
    • LastPossum
    • commented on ""Make the Deadfish swim." Go Translation"
    • 7 years ago

    What did you exactly mean? Should I add something like the following to the description?

    Parse("iiisdoso") => []int{ 8, 64 }
    
  • Custom User Avatar
    • anter69
    • commented on ""Make the Deadfish swim." Go Translation"
    • 7 years ago

    Description conflict. Try to edit and republish with updated description.

  • Custom User Avatar
    • LastPossum
    • commented on ""CamelCase Method" Go Translation"
    • 7 years ago

    You need to add init function to kata_test package, with random seed initialization. like this:

    func init() {
    rand.Seed(time.Now().UnixNano())
    }

  • Custom User Avatar
    • LastPossum
    • created a suggestion for "First non-repeating character" kata
    • 7 years ago

    Translation to Go is done. Please check and approve

    https://www.codewars.com/kumite/5b9be10488d44a368300019e

  • Custom User Avatar
    • LastPossum
    • commented on "Make the Deadfish swim." kata
    • 7 years ago

    Golang translation kumited, please check and approve

  • Custom User Avatar
    • _mer_
    • commented on "Calculator" java solution
    • 8 years ago

    Nice one - could not stop laughing for a while.

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...