Johnny C. Lam
Johnny C. Lam
The `Aura` module has a terrible API and is much more complex than it should be for maintaining aura state. There is no easy way to query the `Aura` module...
Rogue & druid finishers incorrectly state `max_combopoints=4` when it should be `max_combopoints=5`, although rogue finishers can also use up to 6 combopoints if Deeper Strategem is talented. There are two...
Kyrian rogues gain the covenant ability [Echoing Repreimand](https://www.wowhead.com/spell=323547/echoing-reprimand) that causes one of their combo points to be "animacharged". Using a combo point ability that consumes exactly that many combo points...
It would be nice to have a slider control to allow the user to set a numerical value to pass into the script. Example for a slider with minimum value...
There are far too many places that call `this.Ovale.needRefresh()` in the codebase. We should be using events to trigger a frame refresh instead. There is already some work in place...
### Before You Begin - [X] I confirm that I have downloaded the latest version of the addon. - [X] I am not playing on a private server. - [X]...
Add a `.editorconfig` file at the top-level of the source tree to maintain consistency for whitespace usage across various editors and IDEs, e.g., VSCode, Notepad++, NeoVim, etc. The current definitions...