Bryan

Results 88 issues of Bryan

I'm not sure this is possible with your current api. Imagine expanding a row to display a graph of the row values instead of the `rowValue.children`. For example: ``` {{#if...

Ember 3.23 Add a file `routes/application.scss` and build and serve. App fails at runtime, because looking up `route:application` returns an object with properties named after the css classes, not the...

I'm building an app that will run for years at a time, so has to be ultra robust. I'm looking at writing an extension for ember-data that will declaratively unload...

Error when serializing a model: `You looked up the belongsTo relationship for {type: model-name...} but that relationship is a hasMany.` Happens when the hasMany end of the relationship does not...

Bug
Good for New Contributors
relationship-polymorphism

[](https://guides.emberjs.com/v2.12.0/models/relationships/#toc_polymorphism) Would expect to see how to find/fetch exactly `my-model` or `my-model and all its descendants`.

Documentation
Good for New Contributors

This addon uses ember-get-config 0.3.0. The latest is 0.5.0

Fixes issue #121

``` // addon/components/ember-collection/template.hbs ... {{~#each _cells as |cell|~}} {{yield cell.item cell.index }} {{~/each~}} ... ``` What's a good way to apply the style using js? I've done this successfully in...

I've upgraded an Ember 2 app to 3.26, and template compilation broke. Tracked it down to `ember-hammertime` - uninstall it and the problem goes away (in unrelated templates) https://github.com/html-next/ember-hammertime/issues/103 `ember-hammertime`...