wuffie
wuffie
GPU is a Radeon RX 7600 XT, using Mesa 23.3.6. When I try to run `wl-screenrec` with no arguments, I receive: ``` Using output DP-3 Opening libva device from DRM...
```lua local a: {string: function()} = {b = function() end} a.b() (a).c = function() end ``` ...is viewed by the parser as this: ```lua local a: {string: function()} = {b...
```lua local interface ExampleInterface field: boolean end function example(param: ExampleInterface) param. -- does not autocomplete its fields... local a = param a. -- works! end ```
```lua local record TestType test_value: boolean metamethod __call: function(self: TestType): boolean end local TestType_mt: metatable --[[ trying textDocument/definition on `TestType_mt` attempts to go to the definition for `metatable` in stdlib.d.tl...