Kevin Ansfield
Kevin Ansfield
A bit of documentation on testing would be gladly appreciated! I realise the basic cases should be pretty simple, but for those new to testing, just working out the required...
It sounds like you've configured Mailgun with a sending key rather than a private key. Sending keys won't work with the analytics service because they only allow you to send...
@snewcomer clearing node modules doesn't help for us, we have the same issue with completely fresh installs. Our app uses `yarn` rather than `npm` which may make a difference?
``` ❯ yarn list ember-in-viewport yarn list v1.22.5 ├─ [email protected] └─ [email protected] └─ [email protected] ``` ``` ❯ yarn list ember-infinity yarn list v1.22.5 └─ [email protected] ```
Agreed, having the CSS classes added to the trigger makes using custom trigger components a lot harder than it should be too.
I've just re-tested the PR with Ghost's current `main` and can confirm it fixes our [broken build](https://github.com/TryGhost/Admin/pull/1961) we started seeing with 6.1.0
This would be very useful when simple-dom is used as part of [mobiledoc-dom-renderer](https://github.com/bustle/mobiledoc-dom-renderer) because it's often necessary to modify elements after the basic render.
I ran into this same issue when upgrading `ember-power-select`. For me bumping `ember-power-datepicker` which has a dependency on `ember-basic-dropdown` resolved things. Wish there was a better error message/easier way to...
One thing I've run into which trolled me hard for a while was `.response` being deleted from the error thrown by `makeRequest`. I was throwing custom errors from our overridden...
I've just run into this issue too with the result being a significant performance regression in our app. As others have mentioned above I had expected `.format()` to only be...