Blake Gentry

Results 42 issues of 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.

Status: Help Wanted
Type: Documentation

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...

Status: Help Wanted

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...

Type: Bug

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...

help wanted
foreign-addon

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...

tip

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...

![Screen Shot 2021-04-28 at 4 24 16 PM](https://user-images.githubusercontent.com/114033/116474492-3248c280-a83e-11eb-898c-f3c236f6cc48.png) 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...

bug

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...