codewars / codewars.com

Issue tracker for Codewars
https://www.codewars.com
BSD 2-Clause "Simplified" License
2.09k stars 220 forks source link

Kata has no author #46

Closed bkaestner closed 11 months ago

bkaestner commented 9 years ago

Déjà vu Duplicates has no author. Well, it has one (lkspencer), but his name isn't shown in the status bar, see below.

missingauthor

(Sorry for the marked text, I forgot to deselect my selection before I took the screenshot)

┆Issue is synchronized with this Clickup by Unito

bkaestner commented 9 years ago

Somehow, the issue resolved itself.

bkaestner commented 9 years ago

This still happens from time to time. However, whenever I try to reproduce it, the name will be shown again.

jhoffner commented 9 years ago

It is likely a caching issue. It's been sporadically happening for a long time and really hard to reproduce in local development.

paul-calvelage commented 8 years ago

Today, the Multiply kata has no author for me (Chrome / Windows 10): kata search I see the same thing in Firefox without being logged in: firefox

kazk commented 7 years ago

"Multiply" kata doesn't have createdBy.

curl 'https://www.codewars.com/api/v1/code-challenges/multiply' | jq .

{
  "id": "50654ddff44f800200000004",
  "name": "Multiply",
  "slug": "multiply",
  "category": "bug_fixes",
  "publishedAt": "2013-05-18T18:40:17Z",
  "approvedAt": "2013-12-03T15:41:04Z",
  "languages": [
    "javascript",
    "coffeescript",
    "ruby",
    "python",
    "haskell",
    "clojure",
    "java",
    "csharp",
    "elixir",
    "cpp",
    "typescript",
    "php",
    "crystal",
    "dart",
    "rust",
    "fsharp",
    "swift",
    "go",
    "shell",
    "c"
  ],
  "url": "https://www.codewars.com/kata/multiply",
  "rank": {
    "id": -8,
    "name": "8 kyu",
    "color": "white"
  },
  "createdAt": "2012-09-28T07:12:31Z",
  "approvedBy": {
    "username": "alchemy",
    "url": "https://www.codewars.com/users/alchemy"
  },
  "description": "The code does not execute properly. Try to figure out why.",
  "totalAttempts": 1347655,
  "totalCompleted": 738863,
  "totalStars": 211,
  "voteScore": 652,
  "tags": [
    "Bugs"
  ],
  "contributorsWanted": true,
  "unresolved": {
    "issues": 2,
    "suggestions": 1
  }
}
VanessaGreene commented 11 months ago

@bkaestner Has this issue occurred again recently? If so, please let me know.

bkaestner commented 9 months ago

@VanessaGreene Unfortunately, I'm not an active Codewars user anymore, so I can't tell whether those issues are resolved. But it has been ~8 years, so I guess the cache is fine nowadays. And if no one else reported this, it is probably resolved, thanks for closing. 🙂

Same holds for the other issues I originally opened, can't really comment on them, sorry.