Dennisn't

Results 69 comments of Dennisn't
trafficstars

Thanks for the prompt reply, @smcv! I see the mentioned message, but you've shed light on the possible cause of my particular problem; I'll check `polkit`'s configuration first.

I'm getting the same problem in (ubuntu) Linux; also: `Typescript specified through user setting ignored due to invalid path ..completely_wrong_path..` Deleting `~/.emacs.d/.cache/lsp/npm/typescript*` and installing `typescript` and `typescript-language-server` globally mitigated the...

Thanks for looking into this! In Linux packages, `-O2` is a commonly used optimization flag for Emacs compilation, which optimizes space-speed tradeoff; the resulting compiled executable runs a bit faster...

Better yet: I'll run some measurements and come back with a PR.

> The fix needs to be re-applied after waking up. As of now it must be done manually by reloading the kext. Here's a little launcher I made and placed...

I'll fork the project and find the time to make an installer script that copies the _kext_ and the launcher, sets the permissions, and rebuilds the _kext_ cache, assuming (and...

Yes, I guess it's a GRUB quirk that can't be mitigated by the script (yet). I may fork it to check it anything can be done.

> Hi @jacoboneill , I had the same issue on my mac and added the following in my `.zshrc` file > > ```shell > export DYLD_LIBRARY_PATH="/usr/local/lib:$DYLD_LIBRARY_PATH" > ``` > >...