Derk-Jan Karrenbeld

Results 260 comments of Derk-Jan Karrenbeld

Thanks. Seems that that DNS entry has not been copied. @iHiD can you fix? https://tracks.exercism.io/typescript/master/unimplemented works, the .org version does not.

Examples of how the code is called? Or examples of colour combinations?

(Maybe related: https://javascript.info/private-protected-properties-methods) Since this is a concept exercise, we can add some tests to remove some of this behaviour, if you'd like. Technically we _could_ also start pushing the...

Ok. So. I solved the exercise @junedev , without looking at the exemplar, but purely reading the introduction and then following the instructions. This is what I came up with:...

Thank you for your submission. These seem very sensible changes. The description for this exercise is sourced from https://github.com/exercism/problem-specifications/blob/main/exercises/queen-attack/description.md. Would you be so kind to open a PR in that...

It didn't show up in my notifications list 😅 . Let's see what happens there 🗡️

(sidenote: you can generate all the names within about 3 seconds, if you take care of not generating collisions) If I understand correctly, you're reporting the following things: - Some...

Ah. Understood, thank you for that clarification. Want to post the regex test change you made? I can probably help you optimise the regex to make it faster. #947 actually...