Hekili
Hekili
**Is your feature request related to a problem? Please describe.** Porting the collapsible sections from Custom Options to Conditions makes sense, but Custom Options have the benefit of a descriptive...
**What steps will reproduce the problem?** If you are using a UI that is scaled (i.e., Borderless Windowed), your WeakAuras may not be sized or placed in a way that...
A new issue in BfA (not with your addon, but with WoW itself reporting a previously hidden error) is that some XML-based libraries are very common, found in multiple addons,...
Blizzard added a necessary function call to retrieve combat log args when COMBAT_LOG_EVENT_UNFILTERED fires: CombatLogGetCurrentEventInfo() Here's a potential fix (Modules/ViragDevToolEvents.lua line 75): ```Lua function cleuHelper( args, ... ) for i...