Pinghao Wu
Pinghao Wu
## Description Improve typing on value functions with generics. With markup below, before: ``` Types of property 'value' are incompatible. Type '(v: Data) => string' is not assignable to type...
## Description Fix sorting when using functions as value in column definition by using parsed columns in DataTableItem. To be compatible with VDataIterator which shares the useSortedItems composable, old `.raw`...
It is required in composer.json but not used in anywhere
The kubernetes (ingress) provider create services named `--`, other kubernetes providers (crd, gateway) also name their services in similiar fashion, combining names from kubernetes with '-'. Most kubernetes resources requires...
When scrolling with touchscreen starting from text, as soon as touch leaves the text span, the touch event stops, making touch-scrolling able to scroll one row only. This fixes it...
Before this, markdown-rendered HTML from description was rendered as plain text. To test, use the demo with tsconfig.json schema and type a new property `ts` to trigger completion for `ts-node`,...
Under most shells `echo "\n"` produces \n, not a newline. This fixes it via moving to printf, which should be more portable and is encouraged by POSIX.
In LSP, position is expressed by line and character offset, not column offset. This fixes position reporting if line contains multi-column character, like tabs.
Skip unused_throws check if method implementation is absent