Russ Ross

Results 6 comments of Russ Ross

I believe CommonMark handles this. Rather than a completely custom extension, it would be nice to match their approach. See here: http://spec.commonmark.org/0.21/#html-blocks As I understand it, a blank line after...

I do want to include statement caching, but there are a few things I want to work out first. So I'm not ignoring you, but I'm not quite ready to...

Hi, Not sure how I missed seeing this report. I've just updated some of the includes. Can you try again and let me know how it goes? I don't have...

We actually moved away from the web interface. All that gets embedded in Canvas is some setup instructions. Instead we have two UIs: 1. A CLI tool called "grind", which...

One more screencast: https://www.youtube.com/watch?v=mz2S5z8F3j8 This one was to introduce CodeGrinder to other instructors (but not administrators). It walks through setting up the external app in Canvas, creating simple problems through...

For my dev server I assigned it a name and just use Let's Encrypt, but you could remove that pretty easily. Here's a code example that might help: https://gist.github.com/denji/12b3a568f092ab951456#tls-transport-layer-security--server Making...