Aidan Feldman

Results 165 issues of Aidan Feldman

Failed requests for SASS were simply giving an empty response body before - now they will provide syntax errors.

Thinking a list of terms with corresponding links can be provided, and then can be automatically linked in the skills lists, descriptions, etc.

Jobs that are still held should be in present tense (minus some of the freelance stuff), while previously-held should be past tense. https://spacy.io/usage/rule-based-matching#spanruler-usage

Instead of requiring a separate branch with code that diverges, use the same codebase with a flags for: - [ ] Compact - [ ] Print-friendly

...on `master`: https://travis-ci.org/afeld/backbone-nested/jobs/240652474

Bug
help wanted

I am not really using Backbone for anything right now, much less this plugin, so don't feel like I have the best vantage point to evaluate what features might be...

help wanted

Possible syntax: ``` javascript var User = Backbone.NestedModel.extend({ defaults: { 'addresses': [], 'addresses[].state': 'PA' } }); var user = new User(); user.add('addresses', { city: 'Pittsburgh' }); console.log(user.getJSON()); ``` should output...

Feature

...and release under NPM.

Feature

probably not straightforward to do in the browser, but we can make it happen in the Node tests at least.

Parity