Robert Brown
Robert Brown
I would like to use your language server in an environment where Java code is compiled using makefiles and Ant. I have successfully used https://github.com/georgewfraser/java-language-server with the Emacs eglot client...
When a Lisp file containing a symbol macro definition with value NaN is compiled, the abcl file's `__loader__._` member does not contain a readable representation of the NaN. Loading the...
When bwrap is called with thousands of "--bind" arguments on the command line, it slows down considerably. It looks like /proc/self/mountinfo is parsed for every single "--bind" flag. Must that...
I've hit the MAX_ARG limit. There doesn't seem to be any reason for it when bwrap is unprivileged.
Read /proc/self/mountinfo only once instead reading it for every "--bind" flag on the command line.
Thanks very much for writing pyls! I'm having a lot of fun using it. I have installed pyls on my Linux box using "pip install python-language-server". The installed executable shell...
Please add documentation to the README file to describe: 1. How to compile and load cl-lsp using Quicklisp, especially where to find lem packages. 2. How to run the server....
I have been using java-language-server with Emacs and Eglot to edit Java code. Thanks very much for writing it!! The company I work for has a custom build system. I...
The Quicklisp version of cl-quilc no longer compiles. Here's a failure log: http://report.quicklisp.org/2023-11-06/failure-report/quilc.html#cl-quil Would it be possible to patch the 1.26.0 release to fix the problem? The following pull request...
Currently, the language server always infers the location of the JDK, either from JAVA_HOME or by searching in various directories that depend on the operating system. This pull request adds...