hobovsky

Results 58 issues of hobovsky

Page on [CoffeeScript](https://docs.codewars.com/languages/coffeescript/) does not mention that Mocha and Chai are available. I went with the old framework before I noticed that I can use more modern setup.

> Trapped users are not allowed to do anything, similar to banned users. [...] Mods should use this feature for active problematic users. Add "trap user" mod function to ["Moderation...

documentation

Sometimes users ask what is cheating, if some activity X is considered cheating, and what happens when someone is caught cheating. It would be useful to have an article which...

documentation
kind/concept

Show how to set up local environment to create Python kata or train on them.

documentation
kind/tutorial
language/python

Asked by @DonaldKellett here: https://github.com/codewars/docs/pull/153#pullrequestreview-522156673 > [...] may we rename the following terms? > > * "Full test suite" --> "Submit tests" > * "Proposed solution" --> "Complete solution" /...

discussion

With #156 it's possible to put linkable anchors in bullet points, so reviewers would be able to post links to specific guidelines. Two branches which could use it are already...

ToDo

Create a description of how to generate random numbers in languages with limited functionalities. For example, C has only `rand`, which is able to generate `int` in limited range. It...

documentation
kind/snippet

Explain how satisfaction rating is calculated. Motivated by: ![image](https://user-images.githubusercontent.com/23709795/103882414-0d3c1280-50dc-11eb-8532-cd953ac8924d.png) ![image](https://user-images.githubusercontent.com/23709795/103882471-247b0000-50dc-11eb-8e42-c7560ca25ecf.png)

documentation
kind/reference

A snippet with module forbidder. > These kata implements quite hard-to-bypass module forbidding in python: > > * https://www.codewars.com/kata/5c9a6e225ae9822e70abc7c1 > * https://www.codewars.com/kata/5791bdba3467db61ff000040

documentation
kind/snippet
language/python

From #124: > For "how to write comments effectively", we can do a Codewars version of [Getting Answers](https://www.mikeash.com/getting_answers.html) (or [How To Ask Questions The Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html)). We should have something...

documentation
kind/recipe