Aidan Feldman
Aidan Feldman
Since the `` is disabled, it's not possible to select the contents with a mouse (at least on Chrome). I accidentally discovered that `COMMAND-a` selects the text, but this isn't...
**Is your feature request related to a problem? Please describe.** I have separate notebooks for each assignment, but they are generally structured the same. This means copying [configuration options](https://otter-grader.readthedocs.io/en/latest/otter_assign/v1/notebook_format.html#assignment-config) across...
An example: ``` javascript // src/dependency.js throw new Error("Shouldn't be required!"); // src/mocked.js require('./dependency'); // test/mockery_test.js var mockery = require('mockery'); mockery.enable(); mockery.registerMock('../src/dependency', {}); var mocked = require('../src/mocked'); ``` Running `node...
Did this with @eglassman at SIGCSE. Pull request as a demo! :metal: It wasn't necessarily clear that HydeSlides is boilerplate, rather than a plugin itself. Would love clarification if that's...
The file was not made readable by default, at least in my testing on RHEL 7.
Saw @jordanmccullough using it in training today, and was curious about the implementation.
Someone had added this task to a list of potential projects for a first-time open source contributor workshop I was running. I'm doing another one [today](http://www.meetup.com/hackerhours/events/226799942/), so just wanted to...
Like sync.js, I think this class is a bit confusing to walk them through building in the book. We might just want to comment it more thoroughly and have them...