docs
docs copied to clipboard
The Codewars Docs :construction: WIP
- Describe how to report posts. - Trapped users cannot report. - A post is hidden when reported by a mod. - A post is hidden when reported by regular...
### Intent Improve discoverability/navigation on user's side ### Situation Currently, when the user is looking at a page surrounded with a lot of others, it may become hard to spot...
Use material collected when working on https://github.com/codewars/ocaml/issues/1 and https://github.com/codewars/ocaml/pull/2 and prepare a guide similar to other language specific authoring guides, like for example the one for [Javascript](https://docs.codewars.com/languages/javascript/authoring). Example kumite: https://www.codewars.com/kumite/620a7361d746e5000f36a021/...
Depends: #438 Solvers may wish to develop RISC-V solutions and/or translations locally. It isn't immediately obvious how to do so, since it differs from the native architecture of most consumer...
Mention search features which are not exposed via UI: - "Search" box accepts some fields as parts of elasticsearch queries: `author:username` for kata of a specific author, `-author:username` to ignore...
I would like translate all documentation to spanish. Greetings
- Test suite styles: https://www.scalatest.org/user_guide/selecting_a_style - Be careful with generated tests: test suite crashes with incomprehensible error if names of test cases are not unique - Long startup time -...
Create a description of leaderboards concept. Point to possible leaderboards: - "Leaderboards" page, - Dashboard, - "Social" tab - Rank leaderboards API endpoint (`/api/v1/leaders/ranks/${lang}?page=${page}`)
update for : Power-user
This applies to all languages for which the test framework boils down to functions in the form : `assert_equal(actual, expected)`. For some languages (e.g. Python, JS, C ...) the order...