Paul Emmerich

Results 36 issues of Paul Emmerich

If you change the definition of DBM_GUI_L in GUI/localization.en.lua as follows: ``` ---@class DBMGUILocalization local L = {} DBM_GUI_L = L ``` You get 69 warnings about languages defining localizations...

Registers a single event (with spell ID filters) in combat and connects it directly to a function or method. This is experimental and not meant to be used directly in...

I was looking into LuaJS for something is written in Lua 5.1 (and can't reasonably support later versions of Lua), so I was wondering if you would consider adding support...

my user settings.json prior to updating the vscode extension: ``` "Lua.workspace.library": [ (...) "~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations\\Data", "~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations\\Interface", "~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations\\Libraries", "~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations\\Type", "~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations\\Widget", "~\\.vscode\\extensions\\ketho.wow-api-0.17.6\\Annotations\\Lua" ], "wowAPI.luals.configurationScope": "User", "wowAPI.luals.setLuaRuntime": false, ``` after updating to 18.2: ```...

### Describe the issue I was analyzing some Lichess puzzles and found several examples of Stockfish failing to solve them with MultiPV set to 1, but succeeding easily on higher...