problem-specifications
problem-specifications copied to clipboard
Shared metadata for exercism exercises.
In order to have more date/time/timezone exercises, I came up with something like this: The story is that the company you work in has gone fully remote: all employees are...
As suggested by @jiegillet in [gleam!248](https://github.com/exercism/gleam/pull/248#discussion_r1121615055), we would like to add a failure edge case when doing the exponentiation of a real number to a rational number.
A new test case for certain solutions that would satisfy all previous tests but would still be wrong. Related Exercism/java#2196
Most of the wordy exercise is satisfying to complete, but getting the errors correct at the end is very frustrating. The errors themselves seem organised in a non sensical way...
There are some proposed solutions where the mentee submit solution that would emit extra empty rows. For instance with an off by one error in a for-loop. By checking that...
The story of the second exercises in the series ( #1466 ) needed adjusting. When that is sorted out, let’s use the lessons learned to improve on the existenting one.
Testing what schemata can do for #1972
Added non-required `timeout` (in milliseconds) property to `labeledTest.properties` to support tests with timeouts, such as for `alphametics` and `palindrome-products` exercises. This would support automatic generation/update of the tests rather than...
The `poker` exercise currently only links to a wikipedia article for an explanation of the rules. This is problematic in a couple of ways: - The wikipedia article mentions some...
Luhn
Hi, I have just completed the exercise `Luhn`. The instructions are not very clear. It just mentioned how to process even number digits. It does not mentioned how to process...