petr-tik

Results 102 comments of petr-tik
trafficstars

If that helps or not, please update the status of the issue

https://crates.io/crates/alloc_counter This crate looks like it might be useful. Although, it returns number of invocations of malloc, realloc and free, instead of number of bytes, syscall-granularity could be an acceptable...

@yyoncho as discussed [here](https://github.com/emacs-lsp/lsp-mode/issues/2278#issuecomment-714723749), feel free to mark this PR as WIP or wait for `lsp-workspace-root` to support this workflow, wanted to get your thoughts as it's my first real...

@nbfalcon @yyoncho thanks for such a timely and thorough code review! I will try to address it properly over the weekend - you guys rock. I think i might be...

> We try to make contributions to the project as pleasant as possible. You *succeed* in making contributions as pleasant as possible. Is it worth tagging issues with relevant client...

I rebased onto upstream/master, so my CI should run now. I was thinking about adding a small cpp project with a CMakeLists file to run integration tests similar to what...

Coming back to this PR after a bit of a delay. > Btw, did you take a look at `initializationOptions.compilationDatabasePath` extension from clangd? > https://clangd.llvm.org/extensions.html Yes, I didn't write all...

> @petr-tik How is this going? I too am looking forward to this +1 what a trip down memory lane! I should have done something explicit with this PR though....

Thanks for the detailed response and pointing out the workaround. I will give it a try when it becomes a pressing problem. > So, patches welcome :) I like to...

I’ve been learning more about LSP and found there is a complementary format of storing the index on disk - LSIF. https://microsoft.github.io/language-server-protocol/specifications/lsif/0.4.0/specification/ Furthermore, there is already an implementation fork of...