Jeff VanDyke
Jeff VanDyke
Thanks, that actually the magic `install` line in CMakeLists.txt I needed to build, perhaps a good start would be to link that repo from cmake-rs's README.md? I might make a...
I can reproduce with [typescript-language-server](https://github.com/theia-ide/typescript-language-server), and I remember it happening with Rust and JS Flow as well, only way to be sure errors are gone is to move cursor over...
I started from scratch, with only `LanguageClient-neovim` and `vim-polyglot` enabled. I used `'typescript-language-server', '--stdio'` as my `typescript` server command, and things definitely work fine. I then added these two lines:...
Nice work! It's nice to have at least some kind of objective comparable benchmarks when comparing these two systems.
Annoyingly, "a little bit" seems to be over 1 min 30 sec when it happens, though it definitely doesn't happen all the time. If in production the server had to...
Makes sense. I don't know the Kodi HTTP interface, though its [documented here](https://kodi.wiki/view/JSON-RPC_API/v9) I believe, but it would be nice if there was an endpoint to get the timestamp the...
Currently, I think that the file src/bindings/cpp/request.hpp looks particularly terrible. Mixed tabs and spaces, function names starting after the closing `*/` on the same line, and the opening doc comments...
One thing I'd like to see documented is a complete list of what other file placeholders besides {staged_files} there are, and how they affect when the hook runs. I think...
Thanks @ardok, that fixed it for me. It helps to have things up-to-date with these kind of inter-dependent package issues.
Same problem, workaround works, also updating `archlinux-keyring` and `ca-certificates-mozilla` works too. I had to use `keyserver hkps://hkps.pool.sks-keyservers.net:443` before I was able to successfully `pacman -Syu`