cyber-dojo
cyber-dojo copied to clipboard
NOTE: cyber-dojo development has moved to...
We used to be able to re-size the editor to view more than ~31 lines (default). The re-sizing seems to be disabled now.
hy, you've got a display issue for this url : http://cyber-dojo.org/setup/show_languages_and_tests/ (i'm using firefox 45.0.1) 
The docker images could do with some refactoring. Most of them could be a _lot_ smaller. They could be based off a tiny image, eg core-os.
The initial files for D are actually just one file, hiker.d I'd like this split into two files, hiker.d containing answer() and hiker.test.d containing the test. How do you do...