Patrick Canfield
Patrick Canfield
Just tried installing everything globally (` -g @elm-tooling/elm-language-server elm-format elm-test elm-review`) and changing my coc.nvim config to: ```json { ... "elmLS": { "command": "elm-language-server", "filetypes": ["elm"], "rootPatterns": ["elm.json"] }, ......
Same result with the latest release of neovim, 0.7.0
That gives me an idea... Yup, it must have been because I hadn't created an elm.json file yet. Now that that exists in an ancestor directory to the file I'm...
I'm also experiencing this exact issue.
Looks like on line 329 of `autoload/tsuquyumi` `tsuquyomi#tsClient#sendCommandSyncResponse` is returning `{"reloadFinished":1}` instead of an array as expected. I can work around this for now by adding an extra identical call...
I'm able to work around this by upgrading Nodejs to the 18.12.1 LTS release, fwiw.
This issue arises when `ajax` is called while other requests sent via `ajax` are still in fight, _even when the targets are different elements_. The root cause has to do...
I'll roll with this change for now and if it doesn't cause me any trouble I'll issue a PR (if I don't forget ;))
fwiw, the above solution is still working fine for me, but I see that the maintainers don't want PRs without explicitly asking for them, so there's nothing for me to...
Oh, I totally misread... I'll open that bugfix PR.