badbyte7

Results 4 comments of badbyte7

**Short**: Yes. **Long**: I had to recast the member function pointer, because my gcc refuses converting it directly to a _void *_ (I casted it to a normal function pointer...

Hi, thank you very much for the pretty fast feedback! I am also not sure if I was prompted for a restart, but I tried a restart everytime, when something...

I've no reinstalled the plugin. In Ubuntu 22.04 (x86_64) there I had still no success. The llm-ls is not loaded, and I can't find anything usefull in the log. Under...

In this code passage there might be also the problem with the download in my Linux machine: ``` val downloadCommand = "curl -L -o $path.gz $url" ``` Because of our...