Allen Faure
Allen Faure
ok, so possible workaround; in information tab, if "old content" warning is set, add a checkbox to suppress. User can opt in to having huge SV without us complaining &...
> Would it be a bad idea to measure time that login thread takes and if it takes more than for example 15s you notify users that their SavedVariables is...
for the first two points, would the ability to undo changes (in general, not just custom options) suffice? because that is a real feature that i've put a lot of...
> There is no way to view a list of all entries at once, user can only look through them one at a time using the dropdown. This makes inspecting...
That's unfortunate, hmm. Maybe we should log this as a "bug" for blizzard to look at? It's not great that sometimes the addon metadata api lies to us. Like, if...
i believe we discussed this on discord once, lemme see if i can get a transcript of that
CooldownManager api looks to be an interesting opportunity. it would be *very* convenient to be able to produce "spell X is active/on cooldown/ready" state with just one trigger.
```lua local LSM = LibStub("LibSharedMedia-3.0"); for font, loc in pairs(LSM:HashTable("font")) do local path = {} for dir in string.gmatch(loc, "([^\\]+)") do tinsert(path, dir) end if path[1] == "Interface" and path[2]...
Yeah, that font looks pretty much unusable. The idea to alert the user (at least on import) that WeakAuras can't guarantee the intended "look&feel" because of external media references is...
ok, so, how about this: we publish an addon (named after whatever our favorite bikeshed is) which WeakAuras has as an optional "anti" dependency - if weakauras detects this addon...