James

Results 168 issues of James

e.g. ``` package main import ( "fmt" emoji "github.com/tmdvs/Go-Emoji-Utils" ) func main() { username := "✌" if searchResults := emoji.FindAll(username); len(searchResults) > 0 { fmt.Println("found an emoji in the username")...

bug

This plugin no longer works out of the box with remark, because it depends on a version of unified that is too old. Please upgrade the unified dependency to 10.0.1...

### Description Prezto throws a bunch of errors upon upon running it for the first time (and every subsequent time) after a fresh installation. ``` async:1: no such file or...

Thanks for the excellent style guide! One thing that is not explicitly defined by the guide is inline comments. Can a section on this topic be added to the "Comments"...

pull request wanted
editorial

For example, the following line is inserted into the transpiled output when the target is set to Lua 5.3: ```lua local __TS__Unpack = table.unpack or unpack ``` `unpack` is deprecated...

enhancement
scope: lualib

Instead, it should be generated if it has 0 or more parameters (i.e. always).

enhancement
scope: transformation

https://typescripttolua.github.io/play#code/PQKhAIAEDsHsGUCmAbAZgSWgMQJbMeCMAFDGgQCC04iAHgIYC2ADvuLKuPeAM44ttUAV2gBjAC45Y0AHSESwsZOnhmAJxzRxAOSGMARojUAKemoDmALnDQ9htQEpwAb2Lh3qjVuMADACoAFgRm5rwBsELIACbghlw2dkbWACTOIQC+Pg4A3G4ewMDgAPIBNrAAhODo4gDkPPHi9PpsmjziiPQxHPG2Bkblee4F4PCwZQDu4OMEAfQAbsHgaiIAtJKMBEZqsGrg4rPi4KJq9DxB9RG76rDmJ4wDHuDDAEJCh-tGBDj1cEewLHgjDQ1Ns1DJwcR0qRNO01Kh6KICKMNphYfDES48jx-ogsCIJFJoNZTBZrL17E4ALwAPnAc1gOCiuShxFE0ja4EYAE88UpCfVKTZEJMALL0ZgAHjaXnMABoRjjUUZ0YhqcYcsRubyCeyZDxEOJjAAiVCwWBG+WudzYjba5REzww3R9NSyyEOUhs6Acm2IJVwhEEQVa-H2ngycwG42m80anCcYy+-0q8DlSmCkRRRCoTSIKJOK28RVaZWBvU4u2E4wARgATABmDVQoA

bug
scope: transformation

# Bug Report ### 🔎 Search Terms generic spread operator tuple tuples ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I...

Suggestion
Help Wanted
Experience Enhancement

Currently, when using this language server, you get warnings for global variables: ```lua if someGlobalVariable then -- Undefined global `someGlobalVariable `. Lua Diagnostics.(undefined-global) print("wow!") end ``` The way to squelch...

enhancement

### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Diagnostics/Syntax Checking ### Problem Related...