Adam Klein

Results 88 comments of Adam Klein

@McPatate thank you for your time and reply. Can you please send me a doc so that I can compile it on our systems? I know how to run `make`...

@kalinkrustev I just did a `cargo build --release` on your current PR: https://github.com/huggingface/llm-ls/pull/33 and it does not fix the `GLIBC` issue. We are using Centos8 servers, which only goes up...

Thanks @kalinkrustev - If I run that command it barfs on the `treesitter` compilation: ```bash Compiling tree-sitter v0.20.10 The following warnings were emitted during compilation: warning: In file included from...

Yes, I was using your main branch in the fork you did. I thought that the older versions of glibc were all that were required. What version of GLIBC are...

Thanks @kalinkrustev , I did not realize this was a "release" I thought I had to compile your fork. Anyways, I took your file and unpacked it, then went into...

Oh, and by the way, when I execute this by itself it does nothing: ``` /user/llm-ls/llm-ls-x86_64-unknown-linux-musl ``` Also, the original binary version that was installed with the extension on my...

> cf https://docs.rs/home/latest/home/fn.home_dir.html#unix for the homedir error. > > Try setting `$HOME`, it should fix. Thanks @McPatate but I am doing a remote-ssh into the machine to run this extension....

> When you execute it manually, It is waiting for some input (likely JSON-RPC). You can type some random text and see it respond with a parse error. This will...

I am using VS code and the llm-vscode extension. There is something wrong with how that extension sets the home directory when using an binary outside the extension hierarchy.

well done @smargoli2 ! This PR is a god send. Now, that this is available, how do we deploy this so that other folks can use this update. The maintainer...