Jason Lewis
Jason Lewis
Related: #829, #836. Adding a separate issue to add Travis CI to run `mdl` on PRs pre-merge to ensure consistent and proper formatting... I'll set up another PR for the...
When working on #828 (and its predecessors) I had some issues with whitespace... I noticed 2 things that might be worth reviewing just for ease of continued maintenance: - [...
I get the point of not allowing LRSs to reject statements based on non-recognized extensions, but it seems to me that this is akin to saying "take this stuff that...
In [§ 5.3 Extensions](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI.md#53-extensions), the spec declares: > An LRS MUST NOT reject a Statement based on the values of the extensions map. However, it seems to me that if...
REST describes the retrieval of a resource from a URI. The use of query string parameters as a requirement in 7.2.3 violates the principles of REST by requiring a query...
Specifically, re: Interaction Activities - From all indications, the current is completely valid: ``` jason { "version": "1.0.0", "id": "d1eec41f-1e93-4ed6-acbf-5c4bd0c24269", "actor": { "objectType": "Agent", "name": "Joe Schmoe", "mbox": "mailto:[email protected]" },...
> If an Activity Provider stores variables as JSON Objects in a document with content type application/json, they can manipulate them as sets of variables using POST. > When an...
Inspired by a review of #149 (fix for #148) - a new test was failing based on a (IMHO) poorly constructed state atom in the robot-names exercise example; one of...
This looks like it might actually be the easiest feature to decouple from the CLI - unless I'm reading this wrong, it's a POST to `/api/v1/user/assignments` with the user API...
Especially since emacs is so anal about format/headers in elisp packages, should definitely create a script to stub out test and impl files for exercises, like [stub.sh](https://github.com/exercism/xscheme/blob/master/bin/stub.sh) in the Scheme...