Chris Kipp

Results 299 comments of Chris Kipp

Hey @susliko, good point. I haven't revisited this since I first implemented it. My original thought process was to try and make sure there wasn't a bunch of random leftover...

Hey @nzt, that would be amazing. I was thinking of having a `readme_jp.md` or something similiar with the translation, and then link in/list it right below the table of contents...

> Shall we use po4a which is a tool for gettext to synchronize translations from English to Japanese ? I recommend to use such kind of tools. Oooo, I've never...

This is the full stack trace: ``` [coc.nvim] Uninstall failed: TypeError: Cannot read property 'remove' of undefined at Object.dispose (/Users/ckipp/.config/coc/extensions/node_modules/coc-metals/node_modules/vscode-jsonrpc/lib/events.js:100:41) at /Users/ckipp/.config/coc/extensions/node_modules/coc-metals/lib/index.js:18:2778 at Array.forEach () at r.dispose (/Users/ckipp/.config/coc/extensions/node_modules/coc-metals/lib/index.js:18:2765) at Object.disposeAll...

Note that there has been some more changes on the expected input for this here: https://github.com/scalameta/metals/pull/3148

Note that this has changed quite a bit from when I first created this. There are now multiple decode features: - decode TASTy - decode javap - decode SemanticDB They...

Thanks for the feedback @vito-c. > When I installed the coc-metals plugin via vimPlug it did not get loaded at all I had to use CocInstall coc-metals to get the...

Thanks @vito-c although I was hoping for something I could just quickly run locally without setting anything 😬. From looking at everything though, I wonder if the issue is simply...

Huh, so it looks like even just going to directory and doing a `yarn` command fails: ```  🐳 18:23:16  🏃 0  ~/.vim/bundle/coc-metals   🔀 master  $...

Note that this is increasingly important now as the latest Metals is being built with 2.13 instead of 2.12. In order for `coc-metals` correctly pull the right version of Metals...