-
The original Plugin had code style settings available.
Currently I do not see any settings for this plugin except "EmmyLua Custom Location".
It would be nice to have settings like:
```
indent_size…
-
The lua formatter shipped with the lua lsp does not format correctly anymore:
For example, it does not auto-insert trailing commas or commas in general into tables.
Find out why this is.
-
This works;
luacov -r default
This doesn't:
luacov -r console
It returns:
```
luacov -r console
/usr/local/opt/lua/bin/lua5.4: ...uarocks/3.11.1/share/lua/5.4/luacov/reporter/console.…
-
When loading invalid code with plain `loadstring` we get something like:
```
> print(loadstring [['a' + 1]])
nil [string "'a' + 1"]:1: unexpected symbol near ''a''
```
That is, a falsy fi…
-
**General questions**
* Does the issue persist after updating to the latest version?
* Does the issue persist with all other mods disabled?
**General information**
* Game version: 2.0.21
* Mod …
-
11x OmniCC/core/timer.lua:98: attempt to perform arithmetic on field 'endTime' (a nil value)
[string "@OmniCC/core/timer.lua"]:98: in function `func'
[string "@OmniCC/core/timer.lua"]:262: in functi…
-
### Describe your bug here.
Running LUA scripts with multiple haxeCodes will only run the first loaded script.
```lua
function onCreate()
runHaxeCode([[debugPrint(2);]]);
runHaxeCode([[debugP…
-
.../nvim/lazy/bad-practices.nvim/lua/bad_practices/hjkl.lua:39: E227: mapping already exists for w
# stacktrace:
- /bad-practices.nvim/lua/bad_practices/hjkl.lua:39 _in_ **setup**
- /bad-prac…
-
We get this error when lua-resty-acme tries to request a new certificate:
`autossl.lua:659: failed to create rsa certificate for domain **-**********-***-****.******.dev: failed to create csr: fail…
-
### How are you using the lua-language-server?
Command Line
### Which OS are you using?
Windows WSL
### What is the issue affecting?
Other
### Expected Behaviour
Document generation, as documen…