exercism icon indicating copy to clipboard operation
exercism copied to clipboard

Crowd-sourced code mentorship. Practice having thoughtful conversations about code.

Results 123 exercism issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/15436186/135725678-0cbf1af6-7523-4cd3-853c-fa6bbe8325d0.png) But I've made a new submission and left a comment: ![image](https://user-images.githubusercontent.com/15436186/135725756-7baf9896-8705-4978-b463-27483da4e7b5.png) 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.

![image](https://user-images.githubusercontent.com/40404519/132774608-c0813bd5-ad55-4024-8978-ce07fe5fa3b5.png) Yet: ![image](https://user-images.githubusercontent.com/40404519/132774625-5c6e8140-2af5-47e9-94c2-805af9ca7f2b.png)

type/bug

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...

type/improvement
area/frontend