Dennisn't
Dennisn't
With previous versions of `npm`, one could update system-wide _node_ packages, such as those needed by some editors like _Emacs._ Running `sudo npm upgrade -g` worked for that purpose. Something...
Well, I had forgotten to do something a bit simple yet revealing: `ls /usr/lib/node_modules/ -lha` Many `.module_name` packages, probably left over from an aborted installation. I `rm -rf`'ed each of...
Thanks :smile: I'll work on a few lines I'm not completely satisfied with at the moment, there should be an update coming during the course of the weekend.
@agraven I don't mind at all :smile: This is one of those ambitious projects that works surprisingly well for an _almost-beta_ stage (I've been using it regularly for a few...
I could run `svgo` on this Inkscape-generated SVG to remove those tags (and optimize the file size while at it). I'll give it a few tries over the weekend.
Emulators for older Android devices usually don't have Google Play Store installed; therefore, a manual installation is needed (e.g. via `adb`)
Good point! I understand why some users may still want Emacs' plain elisp `byte-compile` to `.elc` without native compilation (e.g. myself on my i386 Pentium with 2Gb of RAM), to...
Thanks for bringing it up! I'll test again in the same way you did.
My Mac just died yesterday, so please hold this PR until I can repair the machine and continue testing to ensure that it works 100% despite having passed all checks.
Hm, I had saved a warning I got last time: ``` Error: Failed changing dylib ID of /usr/local/Cellar/emacs-plus@29/29.2/Emacs.app/Contents/native-lisp/29.2-8ccb7056/c-ts-mode-a80983a9-e27a6682.eln from c-ts-mode-a80983a9-e27a6682.eln to /usr/local/opt/emacs-plus@29/Emacs.app/Contents/native-lisp/29.2-8ccb7056/c-ts-mode-a80983a9-e27a6682.eln Error: Failed to fix install linkage The formula...