Tyler Senter
Tyler Senter
While working on a new workflow-based app, I've come into a scenario where a workflow instance can be in one of many states. I'm going to create traits to represent...
I really like the idea of the [`attribute-order`](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/attribute-order.md) rule, but I feel like it doesn't quite meet our use case. My company follows a pattern where the names of all...
I have a use case where (on transition out) I want a class applied during the transition and removed at the end. Therefore, I passed an empty string as the...
With the new-ish changes requiring the Babel plugin to be registered, it might be nice to have a blueprint run on installation that sets that configuration up for you. I...
When running the checks in my fork, two fail consistently. I ran them again without upgrading to pnpm v9, and saw the same failures. I don't think they're related to...
Currently when setting up the config, we're looking at if config.logging is undefined - if it's not, we're using this.logging. This means that whatever value you pass in as config.logging...
### 🐞 Describe the Bug Macros cannot be used in Glimmer templates. ### 🔬 Minimal Reproduction Create a new Glimmer template in any of the following ways: A. Imports only...
### 🐞 Describe the Bug Templates do not provide build-time dead-code elimination. ### 🔬 Minimal Reproduction Create a new GJS/GTS component: ```glimmer-ts {{#if false}} This should never appear {{/if}} ```...