brotzeit
brotzeit
I don't use it myself, but I know there are some features and improvements for mac that won't be merged upstream for whatever reasons. Pull requests are welcome.
I started another try to improve the performance of magit blame. This time I used a subprocess instead of libgit. Instead of doing everything in the main thread this implementation...
This is still very unstable. It seems to depend on the lsp server, the size of a project and the lsp requests. I'll take a deeper look and try to...
@declanqian it seems it's necessary to also require use-package. I get `nil` when evaluating `(featurep 'use-package)`.
Before you start working on a task, please leave a note here. If you have questions regarding a certain task, you can ask in the related issue(or in [our gitter...
In emacs-ng we only use this crate for `scan_rust_file`. Since the code has to be executed before bindgen, we have to keep the header file that was introduced in remacs....
@yyoncho already started with a POC https://github.com/emacs-ng/emacs-ng/commits/rpc https://github.com/yyoncho/lsp-mode/commits/emacs-ng-1 I think it would be really great to continue his work. Due to recent changes to the rust code base, we can...
When we try to update the version of bindgen to a recent version we get the following error: ``` error[E0308]: mismatched types --> crates/lisp/src/list.rs:273:18 | 272 | pub fn cdr(self)...
Came up in #268