Skip to content

Instantly share code, notes, and snippets.

View Stanzilla's full-sized avatar
💭
¯\_(ツ)_/¯

Benjamin Staneck Stanzilla

💭
¯\_(ツ)_/¯
View GitHub Profile
1051x FrameXML/EditModeUtil.lua:22: attempt to perform arithmetic on local 'offsetX' (a nil value)
[string "@FrameXML/EditModeUtil.lua"]:22: in function `GetRightActionBarWidth'
[string "@FrameXML/EditModeUtil.lua"]:53: in function `GetRightContainerAnchor'
[string "@FrameXML/UIParent.lua"]:3091: in function `UIParentManageFramePositions'
[string "@FrameXML/UIParent.lua"]:2570: in function <FrameXML/UIParent.lua:2557>
[string "=[C]"]: in function `SetAttribute'
[string "@FrameXML/UIParent.lua"]:3113: in function `UIParent_ManageFramePositions'
[string "@FrameXML/EditModeManager.lua"]:640: in function <FrameXML/EditModeManager.lua:607>
[string "=[C]"]: in function `UpdateBottomActionBarPositions'
[string "@FrameXML/EditModeManager.lua"]:554: in function `UpdateActionBarLayout'
Message: Interface/FrameXML/EditModeManager.lua:803: attempt to index field 'accountSettingMap' (a nil value)
Time: Wed Oct 26 08:47:31 2022
Count: 1
Stack: Interface/FrameXML/EditModeManager.lua:803: attempt to index field 'accountSettingMap' (a nil value)
[string "@Interface/FrameXML/EditModeManager.lua"]:803: in function `GetAccountSettingValue'
[string "@Interface/FrameXML/EditModeManager.lua"]:807: in function `GetAccountSettingValueBool'
[string "@Interface/FrameXML/EditModeManager.lua"]:447: in function `ArePartyFramesForcedShown'
[string "@Interface/FrameXML/UIParent.lua"]:4908: in function `ShouldShowPartyFrames'
[string "@Interface/FrameXML/PartyFrame.lua"]:103: in function `UpdatePartyFrames'
[string "@Interface/FrameXML/RaidFrame.lua"]:138: in function `UpdateRaidAndPartyFrames'
13x Interface_Wrath\FrameXML\PaperDollFrame.lua:2379: attempt to perform arithmetic on upvalue '_numItems' (a nil value)
[string "@Interface_Wrath\FrameXML\PaperDollFrame.lua"]:2379: in function `RecalculateGearManagerDialogPopup'
[string "@Interface_Wrath\FrameXML\PaperDollFrame.lua"]:2356: in function <Interface_Wrath\FrameXML\PaperDollFrame.lua:2353>
[string "=[C]"]: in function `Show'
[string "@Interface_Wrath\FrameXML\PaperDollFrame.lua"]:2272: in function <Interface_Wrath\FrameXML\PaperDollFrame.lua:2269>
Locals:
popup = GearManagerDialogPopup {
OnOkay = <function> defined @Interface_Wrath\FrameXML\PaperDollFrame.lua:2559
SetSelection = <function> defined @Interface_Wrath\FrameXML\PaperDollFrame.lua:2337
@Stanzilla
Stanzilla / test.md
Last active December 20, 2019 03:51

1hand_melee_slash_right- A horizontal melee swing to the right.

^- Double Click selects content in code only

1hand_melee_slash_right - A horizontal melee swing to the right.

^- Double Click selects content in code and whitespace

The difference is the space between the closing tag and the dash

L["%s Overlay Color"] = true
L["Backdrop Color"] = true
L["Background Color"] = true
L["Bar Color"] = true
L["Border Color"] = true
L["Height"] = true
L["Icon Color"] = true
L["Icon Desaturate"] = true
L["Inverse"] = true
L["Orientation"] = true
actboy168.tasks
aeschli.vscode-css-formatter
albert.TabOut
alexanderbast.vscode-snazzy
bierner.color-info
christian-kohler.path-intellisense
codezombiech.gitignore
CoenraadS.bracket-pair-colorizer-2
dbaeumer.vscode-eslint
dogan-kasap.vscode-github-gist
2x WarPlan\MissionTable.lua:318: attempt to index local 'ce' (a nil value)
WarPlan\MissionTable.lua:318: in function <WarPlan\MissionTable.lua:299>
WarPlan\MissionTable.lua:490: in function <WarPlan\MissionTable.lua:487>
[C]: in function `Show'
FrameXML\UIParent.lua:2652: in function `SetUIPanel'
FrameXML\UIParent.lua:2458: in function `ShowUIPanel'
FrameXML\UIParent.lua:2365: in function <FrameXML\UIParent.lua:2361>
[C]: in function `SetAttribute'
FrameXML\UIParent.lua:3212: in function `ShowUIPanel'
WarPlan\MissionTable.lua:471: in function <WarPlan\MissionTable.lua:465>
@Stanzilla
Stanzilla / .travis.yml
Created May 11, 2019 17:30
WeakAuras Travis File with Stages
language: minimal
addons:
apt:
packages:
- luarocks
git:
depth: 150
@Stanzilla
Stanzilla / Help.vue
Created January 5, 2019 17:48
Help.vue
"follow">
<li>
{{
$t(
"app.help.s1" /* Configure WeakAuras Companion, you will need to at least set your World of Warcraft Folder and Account. */
)
}}
</li>
<li>
{{
@Stanzilla
Stanzilla / Aura.vue
Created January 5, 2019 17:47
Aura.vue
title="aura.slug | wago"
/>
<div class="aura_name_container">
<span class="aura_name" :title="childs" v-html="aura.name" />
</div>
<a
class="author"
target="_blank"
:href="aura.author | wagoAuthor"
:title="aura.author | wagoAuthor"