Kyle D.

Results 18 comments of Kyle D.

> Thanks Kyle for the detailed issue! Is there a test you can in this project and reproduces this issue? https://github.com/kdagnan/Ember-Changeset-Issue-624 Was also able to confirm a few more things:...

Since submitting this issue, a co-worker has pointed out to me this section of the README: https://github.com/poteto/ember-changeset#changeset-template-helpers I wonder if this is the reason and/or related to why they say...

@bmish Using npm, `npm list ember-template-lint`: Looks like nothing else depends on it, and I have depended on the latest version as I am upgrading all of our addons.

Agreed, especially considering ember-auto-import is now imposing webpack as a **requirement** and dropping support for node < 12.

@EWhite613 @knownasilya I was able to successfully get ["embedded sass host" ](https://github.com/sass/embedded-host-node)working with ember-cli-sass. It's basically a faster implementation of dart-sass that uses a DartVM instead of pure Javascript. It's...

@ahmadsoe Could you release a 3.2.2 with this change? We can't use with Ember 5.X currently.

I haven't had a chance to revert back to 1.0.5 and see if that fixes it, but I am now getting "No page available for modal" error in my catch...

> I haven't had a chance to revert back to 1.0.5 and see if that fixes it, but I am now getting "No page available for modal" error in my...

I would also love to see this

Seeing similar behavior for a service. A v2 addon’s service is favored over the app’s service.ts with the same name, in the same place. Interestingly, if it’s a .js file...