Paulo Edgar Castro

Results 37 comments of Paulo Edgar Castro

> A small workaround AppleScript droplet: > > ```applescript > on open (a_document) > tell application "Emacs" > activate > try > open a_document > end try > end tell...

How do you double-click that second file which you configured to open with Emacs via your Finder ?! That said my latest install of Emacs (GNU Emacs 27.1 (build 1,...

Seeing a similar thing to the above but in my case when trying to debug a rust program whilst I was figuring out how to load the sources after the...

I believe this https://github.com/eko/pihole-exporter/pull/157 might fix the above. For me it was manifesting itself has a SiGSEV error with "too may open files"

With clang it works fine. export CC="clang" export CXX="clang++"

```sudo msi-perkeyrgb --model GS75 --id 1038:113a -s ff0000``` works on a Stealth GS77 after having followed the install instructions.

Make sure you have your xdg-desktop-portal service running. ``` $ systemctl --user status xdg-desktop-portal.service ● xdg-desktop-portal.service - Portal service Loaded: loaded (/usr/lib/systemd/user/xdg-desktop-portal.service; static) Active: active (running) since Sun 2023-11-19 19:52:00...

After digging a bit deeper the issue seems to be mainly to do with the parsing of an `optflagopt` whereby an `-o=foo`, `-o foo`, and `--option=foo` are parsed correctly whereas...