macroMaybeModifier needed?
See original GitHub issueI just came across a use case where I wanted to use @embroider/macros
to conditionally apply a modifier. As we are in element space, we cannot simply use {{#if}}
here.
The same applied for setting attributes conditionally, but this is explicitly covered by macroMaybeAttrs
. Do we eventually need an equivalent for this, macroMaybeModifier
?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to do modifier macros? : r/ffxiv - Reddit
You need three 1x12 setup by max level. At max level job kills range from 25-33. PLD actually has the most number of...
Read more >What are the best ways to remap modifier keys? - UI and Macro
Basically, i want to change my modifier keys (shift, ctrl, and alt) to something more comfortable so I don't have to use my...
Read more >Macro Modifier // Statamic 3 Docs
Macro is a very special modifier. It performs no modifications of its own, but rather lets you create reusable groups of modifiers and...
Read more >c++ - Restoring access modifiers after a macro - Stack Overflow
Perhaps a public [virtual] "interface" base class that includes the required declarations would be a better option than a macro... There other ...
Read more >Clickable macro with modifiers : need help - Wowhead
Maybe the mods need to be before the default actions so it can check for mods before deciding which ability must be cast....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In Ember 3.25 and higher, you should be able to do:
PR: #712