Dan Gebhardt

Results 23 comments of Dan Gebhardt

@villander Thank _you_ for all your efforts to push engines forward. I appreciate your work with the codebase, the guides, and perhaps most all, the ember community. And I agree...

I'm working on a fork of `ember-cli-dependency-lint` called [ember-cli-addon-guard](https://github.com/dgeb/ember-cli-addon-guard). v0.1.1 was just released, so feel free to try it out. I created `ember-cli-addon-guard` because I wanted to experiment with several...

@kellyselden it very well might make sense to incorporate a subset of the `ember-cli-dependency-checker` functionality, so we can support a single addon that checks dependencies, addons or not. (I say...

> Do you think it makes sense to add what you are both talking about to the RFC so that it aligns better with the future plans? @Alonski Definitely, once...

Thanks @GavinJoyce - this LGTM overall :+1: I definitely prefer `trustedHtml` to `htmlSafe`. Using "trusted" makes it clear that it's a _descriptor_ of the argument rather than a function that...

In addition to the initial refactoring of `DButton` to a glimmer component, this PR now also rewires event handling in all classic components and the built-in `action` modifier for improved...

> I think Resource Identifier Objects are really intended to be used to cross-reference resources that are being included in a compound document. While identifier objects _may_ be included to...

Thanks for the discussion so far, and apologies for taking so long to get involved myself. I'd like to share a helpful repo from @codeofficer that explores dependency conflicts between...

@nmcclay Check out https://github.com/dgeb/ember-cli-addon-guard, which is the solution I developed based on `ember-cli-dependency-lint`. `ember-cli-addon-guard` will automatically identify any conflicting addons shared among an app and its engines (and other addons)...

@nmcclay great, glad it's working for you (for the most part)! I'll follow up with any issues you open in ember-cli-addon-guard.