Arthur Goldsmith
Arthur Goldsmith
Hey, I ran into an issue with ember-data-localstorage today after upgrading to Ember-Data 2.13 The pattern I use with local-storage is usually: ``` this.store.findRecord('local-model', 'some-id') .catch((error) => { ... .....
This PR replaces the use of `.contains` for `.includes` since `.contains` is no longer a method on the array in the latest versions of Ember. https://www.emberjs.com/deprecations/v2.x/#toc_ember-runtime-enumerable-contains
Getting an error: ```console Error: Could not find module `@ember/application/deprecations` imported from `@ember/test-helpers` ``` Because of https://deprecations.emberjs.com/v3.x/#toc_old-deprecate-method-paths, you need to upgrade the @ember/test-helpers to the latest version, which has dealt...
When updating the list of selectable values and the value at the same time, the text on the drop down doesn't update, it stays stale remaining as the previously selected...
### Description It would be nice if this plugin could support inline hbs syntax highlighting. https://marketplace.visualstudio.com/items?itemName=dhedgecock.ember-syntax https://github.com/dustinfarris/vim-htmlbars-inline-syntax
Due to the naming of the service bundled with this addon, there's a name collision with this addon: https://github.com/code-corps/ember-stripe-service It would be nice if we could use both the ember-stripe-service...
Is there a way to change the working directory for where grunt-bower-concat looks for the .bowerc or bower_components ? My Gruntfile and bower_components are in 2 different places. I've tried...