Tom Lau
Tom Lau
btw your link for `#1779` and `#1757` are incorrect, they all points to `#477` 🙈 Actually you can just write `#1779` or paste the link `https://github.com/LuaLS/lua-language-server/issues/1779` when you write comment,...
Strange, if I define the interface using `@type fun()` style, then when overriding it, params' types are there ‼️ 🤔 (although it will still trigger `duplicate-set-field` warnings) ```lua ---@class skill...
I think I have found a way!! 😄 @NicameOurister - You have to define it using `@field` first, then all the methods will have params type infer && no duplicate-set-field...
> Strange, if I define the interface using @type fun() style, then when overriding it, params' types are there > ... > I'm still trying to find out why `@param`...
My related PR is merged recently, so this use case: https://github.com/LuaLS/lua-language-server/issues/2569#issuecomment-2342854384 will be supported in the next release 👀
hi I come across this action library recently and noticed that #16 adds support for `pull_request` event however its use case is some what limited and does not fit our...