Isaac Good
Isaac Good
Reassigning IFS breaks things like when the test suite then attempts to check if `[[ $output = "${list[*]}". See https://github.com/exercism/bash/issues/382
When receiving an invite to mentor a solution, no information about the solution is available (track, exercise, code). All that is displayed is the option to start mentoring. Add details...
After passing all tests, `https://exercism.org/tracks/$lang/exercises/$exercise` has a "Request mentoring" button. If there are no mentoring slots available, clicking it shows "Whoops! You have no more mentoring slots available." If mentoring...
The add and subtract methods in the [Clock test data](https://github.com/exercism/problem-specifications/blob/main/exercises/clock/canonical-data.json) have expected results which are strings. In Python, this translates to allowing solutions to return a string and not a...
Odd behavior with MS SQL and datetimes -- INSERT, SELECT values match but WHERE values don't match
### Environment - Python: 3.10 - pyodbc: 5.1.0 - OS: Ubuntu - DB: MS SQL Server - driver: msodbcsql ### Issue `datetime` objects with 3 digits of milliseconds can be...