Antonio Lobato
Antonio Lobato
I think the keyring code was taken out quite some time ago, and was proposed to be readded in #590. We'll take a look at this at some point in...
It's on the list to get to -- sorry folks. We have actual jobs and families, we'll get to it as soon as we can, promise!
I think a better experience would be to have a virtual stack splitter, instead of more clutter in the UI. So for example, you could shift-right click a stacked set...
Thanks for the report, we'll take a look at this!
> but I'm wondering if we could avoid making that many calls to GetContainerItemInfo by caching it somewhere GetContainerItemInfo is already cached locally in the WoW client - this call...
(Note: I see that it's in an addon.isRetail block, but the code must be tested everywhere regardless please. Thank you!)
> Isn't it still faster/less overhead to cache the values and access them than querying the method every time? It may be, I have not tested nor benched this, but...
> I mean, I simply expect it to behave like when sameItem is true. Simply swap the item where you put them, and do not move them into other categories...
> Additional function calls should be avoided whenever possible for optimal performance in Lua. While true, I think this sort of optimization doesn't behoove a bag addon, whose calls are...
Hi everyone, I'm going to use this PR as a basis for implementing Masque support. This has been a highly requested feature (along with ElvUI support), and I know not...