Dan Freeman
Dan Freeman
Thanks for the PR! It looks like there are some test failures as the result of this change. I'd also love to see coverage for the expected behavior of the...
@Ramblurr Awesome, thanks. Sorry for the long turnaround!
Looking through [the source](https://github.com/visionmedia/debug/blob/master/src/browser.js#L12), it looks like you can disable colors by running `debug.useColors = false;` in the console or e.g. in your `app.js`. If you have a use case...
Unfortunately the way this addon relies on an instance initializer right now makes this a little tricky to pull off. I _think_ something like this ought to work in a...
Hi @joemoded, Essentially the issue here is that different Mirage serializers return different types of values from `getHashForResource` (which isn't _technically_ a public hook). It's definitely something we should solve...
This seems to have broken template lint integration with non-unstable ELS (`embertooling.vscode-ember`): ``` (node:77599) UnhandledPromiseRejectionWarning: TypeError: errors.map is not a function at TemplateLinter. (/Users/dfreeman/.vscode/extensions/embertooling.vscode-ember-0.2.1/node_modules/@emberwatch/ember-language-server/lib/template-linter.js:38:38) at Generator.next () at fulfilled (/Users/dfreeman/.vscode/extensions/embertooling.vscode-ember-0.2.1/node_modules/@emberwatch/ember-language-server/lib/template-linter.js:4:58)...
FWIW, I'd love to see handling for such cases included. I know you've been busy with other projects the last several months, but is there still a chance this will...
If active members of the TS team have other opinions I'll happily defer to them, but my general take is that a typical TS addon shouldn't need type tests. In...