K
K
When defining an attached macro (either on the method definition or the first method call) to a method and calling the method with multiple arguments split into multiple lines and...
(I don't know if I'm using correct nomenclature here with "record function", "function assignment" and "function declaration", correct if I'm wrong please). Function declaration (`function .(...)`) seems to be stricter...
## Issue Looks like the order in which joining (`Expression::stdout_to_stderr`, `Expression::stderr_to_stdout`) and redirection (`Expression::std{out,err}_path`) configuration methods are called results in different behaviors (could also be considered incorrect behavior). If redirection...
Given the file `static.lua`: ```lua local class = require("middleclass") local C = class("C") function C.static:foo() return " C.static:foo" end function C:initialize() self.value = self.class:foo() end function C:foo() return " C:foo"...
This is similar to #4, but it's more related to child process output content rather than output/buffer sizes. Child processes that output a lot of data, or run long enough,...
With some text in the search input and the text cursor at the end of the string, then selecting text with Shift + Home, all input events are ignored afterwards,...
#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/): https://gist.github.com/13k/9f30b06d3a6d40e472ec792b12b930f2 * Have you checked for system updates?: [Yes/No] Yes * Are...
I'm not sure if it's a design decision to strictly stick to teal compiler config only (and ignore cyan custom config), but cyan projects will not work with the LSP....