Blake Gentry
Blake Gentry
The config for `isEqual` [currently](https://github.com/workmanw/ember-did-change-attrs/blob/f3cb39b79f119792d0c70c4832622f432b1e1fb7/addon/index.js#L3-L5) takes a function with these args: `(key, a, b)`. This threw me off because I assumed I could just use `Ember.isEqual` for this, but that...
I'd love for this addon to have a proper documentation site. We could do a lot using public GraphQL APIs like GitHub's and with the foundation of https://github.com/ember-learn/ember-cli-addon-docs.
Hey @DevanB, just realized that the example app linked near the top of the readme is no longer up-to-date on best practices for this addon. Specifically, it’s using a really...
I have a route in my app called `widgets.show` that takes an ID param. I tried adding a loading substate to my app with a template named `show-loading.hbs`. Once I...
Hi there, I have an Exq middleware for AppSignal that adds instrumentation (code is [here](https://github.com/appsignal/appsignal-elixir/issues/176#issuecomment-433244546)). I begin the AppSignal transaction as part of the middleware. However, the job itself runs...
#449 made it optional to specify a table height attribute, which is great for those of us sizing the table with CSS. However, when I'm doing this intentionally, I don't...
I'm using [ember-test-selectors](https://github.com/simplabs/ember-test-selectors/) and really prefer to select elements in my tests using those `data-test-*` selectors. I was trying to figure out how best to get that same functionality in...
Today I discovered that *not* specifying `height` is incompatible with using occlusion rendering: ``` Error: Assertion Failed: calculatedEstimateHeight must be greater than 0, instead was "0" based on estimateHeight: 0...
 It seems [these CSS properties](https://github.com/muxinc/stream.new/blob/4dd133a31374c214b1defcdcdc81953dcc8bc184/components/video-player.tsx#L179-L186) are winning out in setting the size of the `video` element. Wasn't sure what the correct fixes...
When switching from ember-font-awesome to ember-fontawesome I noticed the following payload changes for my app that uses about 30 icons. | Asset | FA 4 | FA 5 | Diff...