exercism
exercism copied to clipboard
Crowd-sourced code mentorship. Practice having thoughtful conversations about code.
I would like to create an [analyzer](https://exercism.org/docs/building/tooling/analyzers) for PHP. I already created https://github.com/exercism/php-representer. I did initiate the work in https://github.com/homersimpsons/php-analyzer and would happily include it in the exercism organization. While...
Convert backtick (`) admonition fences to tildes (~). See https://exercism.org/docs/building/markdown/markdown#h-special-blocks-sometimes-called-admonitions
### Expected behavior The track should advertise automatic analysis only when the value of `status.representer` in the track `config.json` file is `true`. ### Actual behavior The track advertises automatic analysis...
For example, https://exercism.org/contributing/contributors?track_slug=zig was not updated to reflect https://github.com/exercism/zig/commit/91e12f1e2fac.
We should be able to read and learn from any Topic and solve any problem in Practice mode. People who already have some idea of the language may not want...
Hey! :wave: In "Mentoring" tab I see "Your turn to respond" badge:  But I've made a new submission and left a comment:  So I'd expect that now it...
We can put this back if we decide to un-pause community contributions. Until then the pause-community-contributions workflow will handle commenting and closing issues.
 Yet: 
We limit students to only use certain libraries and versions in our tooling. We should: - [ ] Document libraries (I think we already do this) - [ ] Document...
Students are now passing solutions that are not valid TypeScript, because CodeMirror isn't actually running TSC. - Should we change the test runner to also run tsc? - Is it...