The current idea of only showing specific configured debuffs works very well when you configure each debuff you care about and are aware of them. When you are learning new dungeons or fights it becomes more of an issue. It should be possible to have an automatic list of debuffs, similar to how the regular unit frames work.
The current idea of only showing specific configured debuffs works very well when you configure each debuff you care about and are aware of them. When you are learning new dungeons or fights it becomes more of an issue. It should be possible to have an automatic list of debuffs, similar to how the regular unit frames work.
I made a quick hack that just constantly loops over all debuffs every time any UNIT_AURA event fires for a unit frame while I think about a better solution.
One possibility is to let AuraList keep track of debuff slots and then have a slot trigger. Any new debuff that isn't ignored would get a slot assigned. This has some limitations though, especially that any kind of ignore list is going to be fixed, maybe? I'm still thinking this through.
Another option is to have some kind of DuplicateTrigger that will keep track of multiple auras and perhaps create copies of indicators for each of them. Perhaps this is the most flexible option, and it can be tracked in the trigger instead of in the auralist.
I made a quick hack that just constantly loops over all debuffs every time any UNIT_AURA event fires for a unit frame while I think about a better solution.
One possibility is to let AuraList keep track of debuff slots and then have a slot trigger. Any new debuff that isn't ignored would get a slot assigned. This has some limitations though, especially that any kind of ignore list is going to be fixed, maybe? I'm still thinking this through.
Another option is to have some kind of DuplicateTrigger that will keep track of multiple auras and perhaps create copies of indicators for each of them. Perhaps this is the most flexible option, and it can be tracked in the trigger instead of in the auralist.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The current idea of only showing specific configured debuffs works very well when you configure each debuff you care about and are aware of them. When you are learning new dungeons or fights it becomes more of an issue. It should be possible to have an automatic list of debuffs, similar to how the regular unit frames work.
I made a quick hack that just constantly loops over all debuffs every time any UNIT_AURA event fires for a unit frame while I think about a better solution.
One possibility is to let AuraList keep track of debuff slots and then have a slot trigger. Any new debuff that isn't ignored would get a slot assigned. This has some limitations though, especially that any kind of ignore list is going to be fixed, maybe? I'm still thinking this through.
Another option is to have some kind of DuplicateTrigger that will keep track of multiple auras and perhaps create copies of indicators for each of them. Perhaps this is the most flexible option, and it can be tracked in the trigger instead of in the auralist.