hobovsky

Results 97 comments of hobovsky

I would love to see a generator which accepts `[(Gen s, Int)]` and uses a set of generators, generates `n` inputs from each of them, shuffles them, and uses the...

> I meant that you can't specify specifically, "Oh, this generator should be included 20 times, this one 15, this one 30, etc." Really? is it not possible to create...

> You could do that, but it wouldn't be a `forAll`, it'd be a `for_` over a `shuffle`d list of cases. I've done that in specific instances. Could you share...

> Generally, I would randomise the counts by using `frequency` rather than generating a list and `shuffle` it, but that's mostly because I like more randomness better than less. The...

> Some of your concerns could ( and, I think, should ) be addressed with fixed tests. I agree with this part, yes. > If you have defined edge cases...

I know we have old wiki available at `/docs/wiki`, but I believe it was transferred once and when original document will be updated, we need to synchronize it again if...

Is https://github.com/codewars/docs/blob/master/wiki/error-messages-submission-timed-out.md still relevant? I haven't seen such error in ages, and users also do not report it anymore. I guess the article was created when performance of CodeWars was...

Still to be transferred: ## About - [ ] [Kumite](https://github.com/codewars/codewars.com/wiki/Kumite) - [ ] [Clans, Allies & Followers](https://github.com/Codewars/codewars.com/wiki/Clans,-Allies-&-Followers) ## Reference - [ ] [Kata Trainer](https://github.com/codewars/codewars.com/wiki/Kata-Trainer) - [ ] [Kata Creator](https://github.com/codewars/codewars.com/wiki/Kata-Creator) ##...

@kazk I have no good idea how to "migrate" the "Kata QA" part: lists of kata with some problems. Keep these as lists in docs, or maybe create dedicated Kata...

Oh and I thought that you just removed the `wiki` folder, I havent noticed it got renamed. Do you have any priorities w.r.t. what should be migrated/written/added in the first...