Edward Anderson

Results 55 issues of Edward Anderson

Right now, `localsync` `create` does some things differently depending on the `add` and `merge` options. Should it be? Localsync should probably emulate/mirror the server response, and not care what options...

Missing Feature

Opening this ticket as a continuation of #23. @nilbus wrote: > How do you feel about Backbone.dualStorage using Lawnchair instead of directly using localStorage? Lawnchair will persist using localStorage, but...

Improvement
async
Backward Incompatible

Improvement
async

`Backbone.Model.set` and therefore `fetch` accept an `unset` option. Its effect is to unset any attributes on the model that are not seen in a server response. Right now `modelUpdatedWithResponse` does...

Missing Feature

Local attributes for models that are not yet synced can be lost after `save(attrs, {patch: true})` A model will have a temporary id when it is recently created and has...

Missing Feature

We should split the coffeescript components into different semantic files. Then the Makefile should: - Combine the coffeescript source files into a single javascript source file - Build a minified/uglified...

Improvement

**Problem Description** It can be extremely tedious (and even hard to know how) to step into the intended method call on a line that has many method calls. Consider this...

enhancement

If an instructor changes the rubric (questionnaire) for an assignment, the questionnaire gets updated properly. However, the Scores that were generated still point to questions on the old rubric. In...

bug
Low Priority
good first issue
main

The Readme is very lacking in the specifics of how to get started with building cspec. Here's what I tried: ``` bash $ ./autogen.sh $ ./configure # also attempted with...

The GitHub API seems to have changed in a way that causes commit count always to return as 0.

Bug