Adrià
Adrià
Thank you so much for spending time on this. I got this warning: ``` WARN Unsupported method: $ccls/publishSkippedRanges, module: kak_lsp::controller:330 ``` And after playing a little bit with it, I...
I did some more testing with clangd: I don not have this issue, but there's some lag when I type: characters are being marked as red and slowly go back...
Hi, sorry to interrupt, I just tried building on an up-to-date Arch Linux, and I got this error: ``` error: failed to run custom build command for `openssl-sys v0.9.19` process...
@neongreen my openssl version is 1.1.1. I performed the `cargo update` and `cargo build` and now I'm getting this error: ``` error: multiple packages link to native library `sqlite3`, but...
OK, I've advanced a bit more on the compilation. I was the fault of `diesel_codegen` which should no longer be used, acording to [this](https://github.com/diesel-rs/diesel/issues/1703). You can find the compilation log...
No, I was trying to build with latest stable and by doing a cargo update on all dependencies. I found the culprit is the update to protobuf 1.6 and higher:...
OK, after some updating and patching I've solved some errors... Right now I'm stuck with these ones: ``` error[E0283]: type annotations required: cannot resolve `std::borrow::Cow
Sorry for the late reply. The Windows version has not thoroughly been tested... But I just tried on a Windows 10 64 bit and it works as expected. However, on...
Yes, you can even `pip install` it...
If this doesn't make it into master, I think your fix for the latest Pybind11 should! I am reading this PR also to learn more about CMake :)