Garrick Cheung
Garrick Cheung
Additional fix for #343. Youtube.js defines a module with a dependency on `videojs` when it should be `video.js`.
Will `ember-cp-validations` support Octane and `@tracked` properties? If not, what's involved in adding support?
Documentation on how to alias models and fields would be really helpful. I think there's a way with `ember-graphql-adapter` but it's unclear. For example, say my graph has a type...
While testing embroider on `ember-power-select`, I'm seeing an error: > Missing component: selected-item-country in templates/snippets/the-trigger-2.hbs Looks like `selected-item-country` was deleted with #1233. Was this by accident?
Currently, `engines-dist` is hardcoded to be in the root output path. It would be very useful to make the output path configurable.
ember-infinity.github.io/ember-infinity shows a 404 page.
Foundation 6 by default has a [gutter configuration for specific breakpoints](http://foundation.zurb.com/sites/docs/grid.html#gutters).
In an in-repo-engine, options are skipped due to the order of how the options are checked. Reverse them so host app options are checked first, then parent options, then app...
I'm using v2017.1.3-0 with Webstorm 2017.1.1. The class name I enter points to the wrong file in an in-app-repo. For example, I have an in-repo-addon named `activities-engine`.  When finding...
MDN Reference: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/pattern An alternative to having a pattern would be to use CSS background rules, but that wouldn't work on Canvas.