Chad Hietala

Results 34 issues of Chad Hietala

I've mentioned this before in https://github.com/emberjs/ember.js/issues/12200, seems like we may want to do this in the new object system. While I understand that it may hinder addons, it will be...

There are a bunch of param missing fallbacks in the AST builders for cases where we expanded the call signature. We should deprecate and remove all of these cases. See...

breaking

Right now Glimmer is bigger than it needs to be here are some known things to drive down the size: - [ ] Create Feature Flag for stripping out DOM...

Given: Component: **A** ```hbs {{yield}} ``` Component: **B** ```hbs {{yield}} ``` Component: **Main** ```hbs Hello ``` This will serialize to roughly the following: ```html Hello ``` The issue is because...

bug

We should do an inception thing and test the test helpers to provide more confidence.

internal

** Note: This is a brain dump ** Element Builders are a loose implementation of the [HTML5 Treebuilder specification](https://www.w3.org/TR/2011/WD-html5-20110525/tree-construction.html). We need to tighten up the implementation a bit in regards...

We really should be appending the DOM nodes into `#qunit-fixture` especially for things that require running the browsers HTML parser.

good first issue
internal

[Rendered](https://github.com/emberjs/rfcs/blob/c09ddf39a5db024cb44aa0ae089c8cf250e5a805/text/0000-attribute-property-rationalization.md)

T-templates
S-Proposed

## Summary This supersedes #3003 but only does so for simple type aliases (no type algebra) ## Details See #3002 ## How it was tested I extended the example projects...