Phil Gold
Phil Gold
Unfortunately, it seems that the `lint:ts` script fails on the main branch currently, so existing issues will have to be addressed first. ``` Error: miragejs/types/tests/server-test.ts:67:5 ERROR: 67:5 expect [email protected] expected...
I'm going to try and research this further when I have some time. Relates to #406 and the changes introduced to support Registry relationships. @dfreeman maybe you could offer some...
Templates: https://github.com/CondeNast/evangelism/tree/master/open-source/templates
Generic parsing and handling can go here; anything specific to an application should live downstream. As for whether we `throw` or simply log errors (and pave over them) could be...
You mean a constructor option to control whether or not we alert the library user of this issue? that makes sense. Naming the interface will be hardest. We'll have to...
I was thinking we'd: 1. test against `'undefined'` 2. call `JSON.parse()` anything else? XML doesn't have implicit boolean attributes like HTML (or am i crazy?)