Daniel P. Wright

Results 10 issues of Daniel P. Wright

The radial instance selector in the bottom-right is one of those nice features that makes Toot! stand out from other clients. However, I think it would be greatly improved if...

Here's an example exercise file: ``` Data: test Model: SimpleFlashcard [Question] --- 42 ``` In this case, it is expected that the flashcard should display whatever is stored in the...

bug

When you fail a card, it is added to the REPEAT queue to go back to at the end of the study session. It also gets marked as a repeat,...

bug

Default models/schedulers would be useful to have

enhancement

The sooner I can get some tests in place, the more confident I can feel about the refactoring that will be required moving toward v0.2

Right now, the score is printed on the last line of the output of do-exercise. This is OK, but kind of ugly, and eventually I'm going to want to write...

enhancement

Build on the basic "plumbing" commands already implemented to make the system easier to use.

enhancement

Automatically create a repository for each workspace, and another, ignored repository for the schedules. Commit to these repositories automatically when running any command which modifies data in the workspace. Make...

enhancement

To be honest, I was sceptical of my chances anyway, but I thought I'd give it a shot. I was surprised by the error I did get, though; if I...

Windows expects executables to have a .exe file extension, and the lack of it causes various problems trying to run the plugin. This commit fixes the filename for protoc on...