bertulli
bertulli
Thanks, I think I'm making progress! I am using WSL-2, so technically the ports are automatically forwarded. I also checked and the adapter is present only on the remote machine,...
No worries at all, thank you for your answer! You might be right, I remember it's not the first time I have small misalignments with jsonrpc versions (though I can't...
Ok, I checked and apparently I already have version 1.0.25 of `jsonrpc`. It was a dependency of `dape`, but now I installed it manually. I have a couple of reproducible...
Another thing: checking the buffer `*dape-server stderr*`, I see ``` env: ‘/plink:[email protected]#2020:/home/abertulli/.emacs.d/debug-adapters/codelldb/extension/adapter/codelldb’: No such file or directory ``` but I am sure the program is here and executable ``` $...
> thank you for supplying all the debug information for me to go on. You're very welcome! > This error `Error during redisplay: (eval (eglot--mode-line-format)) signaled (void-function jsonrpc--request-continuations) [17 times]`...
Thanks! We are already using two different processes to read and process the incoming data. In the example `launch` file for the PicoScan, I can't find any parameter named `host_set_LFPintervalFilter`...
Thank you, it's clearer now. We already implemented a check to only look at full cloud messages (by comparing the content of `msg->topic`), by I presume your suggestion is faster,...
Thank you for the clarification. If I understand correctly then, registering the callback is roughly equivalent to using a thin wrapper thread that continuously calls the WaitNext functions. If this...
Thank you, you explained it perfectly. Now it's clear to me why our application was struggling in processing only FullframeClouds (and now I wonder how could we process any at...
A while back i wrote a simple transient interface for Eglot, and i thought about integrating it with casual. i extracted it into [a commit of the casual repo](https://github.com/bertulli/casual/commit/3fd4688fdb4b62f8ad38cfe77e6b50cf5454acde) if...