William Boman

Results 257 comments of William Boman

The Update button didn't really do anything so I did a fresh manual installation and ran into the same issue as OP. I noticed my previous installation directory had a...

@jopemoro Try deleting the `addons` folder inside your GW2 installation? Might want to back it up if you want to attempt restoring any addon settings later

I haven't tried this locally yet, but I believe you have to set a mode for it. Neovim's client uses stdin/stdout, so I think `-mode 1` is needed: ```lua cmd...

不过我同意原海报。 这似乎是一个很好的实现,并且有更多的编辑器而不仅仅是 VSCode 会从中受益匪浅。 在 VSCode 上下文之外安装它的推荐方法是什么? 是要克隆存储库并运行在`/luahelper-vscode/server/` 中找到的二进制文件吗? 如果翻译不好,请见谅。 您可以在下面找到英文原文。 English I agree with the original poster though. This seems like a great implementation, and there are more editors...

Seems like https://github.com/graphql-java/graphql-java/pull/1721 is included in graphql-java v14, only thing needed now is apollographql/federation-jvm to upgrade to v14 and expose an API that allows passing options to the schema transformer...

(found this while doing some research). It's worth pointing out that tflint ships with a LSP server, available via lspconfig.

[There's def a good incentive to upgrade socket.io.](https://nodesecurity.io/advisories/67)

Hey! So it [seems like the server is hard-coded to only communicate over TCP](https://github.com/SonarSource/sonarlint-language-server/blob/0f75227b78b4423c3e9d759dcd035dc07b533a18/src/main/java/org/sonarsource/sonarlint/ls/ServerMain.java#L66-L73) (as opposed to stdio, which is the only transport mechanism supported by Neovim's LSP client). There...

TCP support has been added in core. For now it's only available via the `vim.lsp.start` API (not lspconfig).