petr-tik
petr-tik
if I understood this explanation correctly, this is the main difference. > You can use clangd-indexer to generate a static-index to provide users of the container with a baseline until...
Judging from [this PR](https://github.com/emacs-ng/emacs-ng/commit/bd874fd1cb860d550235b047a0ef4116e4ea4f87), it's possible to use rust to provide lisp (but not interactive?) functions like git-init. 2 things. Running `C-h f git-init` shows the following ``` git-init is...
> Point 2: Our current rust infrastructure makes it pretty easy to integrate any existing rust functionality we can link via cargo. libgit2-rs is something we are working on now,...
Fixed it by setting my rustup profile to minimal. ```bash rustup set profile minimal ``` Is it worth bumping the nightly version (or moving to stable) to prevent these errors...
after building successfully without native-comp, I am rebuilding a release binary with native-comp and I realised that I copy-pasted your command to my terminal which is slowing down my ELC+ELN...
Thinking about it, the file paths (like `file:///home/petr_tik/Coding/emacs-ng/$anon$lisp$31610999141.ts:47:11`) don't resolve nicely, because eval_js_buffer must be creating an anonymous file.
I got this error when starting my doom config with emacs-ng ```text Warning (initialization): An error occurred while loading ‘/home/petr_tik/.emacs.d/init.el’: Error in a Doom module: modules/editor/evil/config.el, (void-variable comp-installed-trampolines-h) ``` `./src/emacs...
> Interesting, and that was with ./configure --with-nativecomp? I was daft. I didn't configure emacs-ng with-nativecomp and my doom-friendly config was built for native-comp. > And good suggestion on better...
I am just a lurker without any affiliation to the project, but have experienced this problem before. linux perf tools aren't present in package managers for all versions of the...
Hey @harryfei, this looks awesome. hope this isn't too much noise for your PR. Let me know, if you prefer that I open an issue on your fork. I git...