• Sign Up
  • Kata
  • Kumite
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Unknown
Clan:Unknown
Skills:i can pee really far from a toilet bowl and still hit the water
Member Since:Apr 2019
Last Seen:Dec 2020
Profiles:
    Following:3
    Followers:2
    Allies:2
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (478)
    • Replies
    • Authored
    • Needs Resolution
      • KenKamau
      • commented on ""GCD sum" Rust Translation"

      Thanks. Approved.

      • tech_hutch
      • commented on "N-th Power" kata

      I noticed that inaccuracy too. The JS version is wrong.

      • barakplasma
      • commented on ""Filter out the geese" Rust Translation"

      thanks for the feedback!

      • barakplasma
      • commented on ""Permutations" Rust Translation"

      I think using the language's built in functions should be allowed. The python solution allows it's itertools permutations function as well.

      I would also like to compliment you on your translation of this Kata. This is very clean, well implemented, and correct as far as I can tell.

      Please reach out to me on linkedin https://il.linkedin.com/in/michaelsalaverry

      • hobovsky
      • commented on "Matrix Addition" kata

      That's normal, it's because a vector size is not the same type as an integer, but nevermind, it still works.

      That's how security vulnerabilities, and a bunch of other problems, is born :)

      In general don't worry about warnings in C/C++ (though they may provide useful information for debugging when a program if it doesn't work properly)

      And what if program does not work properly in a way you haven't noticed it? Compilation logs become suddenly a topic of interest when hunting for ghost bugs :)

      • akar-0
      • commented on "Matrix Addition" kata

      That's normal, it's because a vector size is not the same type as an integer, but nevermind, it still works. In general don't worry about warnings in C/C++ (though they may provide useful information for debugging when a program if it doesn't work properly), only errors are fatal for a program.

      • username0
      • commented on ""Filter out the geese" Rust Translation"

      Moved tests use statements to tests module. In the unlikely event of a user solution using rand::thread_rng or rand::seq::SliceRandom there will not be a double import with this change.

      • username0
      • created an issue for "Counting Duplicates" kata

      for Rust,

      Description says that the input will only contain /[a-zA-Z0-9]/, however in the random test we generate random unicode characters. By writing println!("{}", text); to the start of your solution, you will see that the random tests generate emojis, chinese symbols and stuff that the console will print as blocks.

      • username0
      • commented on "Counting Duplicates" kata

      in test_codewarsisawersome we get string "CODEwarsIsAWesOmE" and expect there to be 5 duplicates.

      My counts are:

      no duplicates: cdrim      
      duplicates:    oewas           <- count of 5
      

      By this manual counting method I actually got 5 duplicates, just as the test expects.

      Maybe I counted wrong or misunderstood the issue. If that was the case, please ignore this comment.

      • kakashi hatake
      • commented on "Two Sum" kata

      return in tuple

      • username0
      • commented on "The Deaf Rats of Hamelin" kata

      I made a C# solution that throws an ArgumentException when the town has a zero. The solution passes sample tests and actual tests.

      I'm fairly confindent that in C# the town has no zeroes.

      • trashy_incel
      • resolved an issue on "Balanced Number (Special Numbers Series #1 ) " kata

      fixed !

      • trashy_incel
      • commented on "Extra Perfect Numbers (Special Numbers Series #7)" kata

      ... or not, the kata got locked while i was clearing the warnings, i reopen the issue

      • trashy_incel
      • resolved an issue on "Extra Perfect Numbers (Special Numbers Series #7)" kata

      fixed !

      • username0
      • commented on "Sorted Union" csharp solution

      This comment is hidden because it contains spoiler information about the solution

    • Loading more items...
    • © 2021 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Contact
    • powered by

    Confirm

    • Cancel
    • Confirm