Arieh Glazer
Arieh Glazer
### WoW Version Retail ### TellMeWhen Version v10.2.0 ### Describe the bug Been seeing this error for a while: ``` 6x [ADDON_ACTION_BLOCKED] AddOn 'TellMeWhen' tried to call the protected function...
### WoW Version Retail ### TellMeWhen Version 10.2.0 ### Describe the bug This is a very weird bug, and as far as I can tell, only happens when I enter...
### WoW Version Retail ### TellMeWhen Version 10.1.1 ### Describe the bug Started getting this error lately - ``` 10x LibDogTag-3.0-20230503231845.20230503: Error with code "[THICKOUTLINE][SimpleName] " (Base;Stats;TMW;Unit). [string "local _G...
Compass.lua#31 - seems like `GetPlayerFacing()` might return nil I solved it by doing ```lua local angle = 0 local facing = GetPlayerFacing() or 0 if rotateMinimap == "1" then angle...
i am trying to add a project of mine: http://github.com/arieh/FunctionStack/ i made sure the project structure is fully compatible and has 2 tags before 1st attempt, but whenever i try...