Paul Mourer
Paul Mourer
the output from pacmatic looks eerily familiar.. from this thread here: https://bbs.archlinux.org/viewtopic.php?id=193477 try `$ find /etc/ \( -name \*.pacnew -o -name \*.pacorig -o -name \*.pacsave \) 2> /dev/null | wc...
This was my thread! thanks for the up! I just came here to address that! I eventually figured out it was a pacsave as you see, but I still don't...
Sorry I guess I'm not totally understanding it. I will get my questions answered elsewhere so this doesn't go off topic. That aside, pacmatic says there are pacnew files to...
same here. killing the process with ctrl+c produces a pop up with the error in #65 otherwise, I only get the output: ``` (electron) The default value of app.allowRendererProcessReuse is...
for anyone working on a legacy site feeling stuck -- I am using `theme download -d src --ignores ` with the generated assets ignored ```gitignore # ignore file assets/layout.theme.js* assets/template.*.js*...
It seems that gpsbabel is unable to convert my .fit files to .gpx, which leaves me with no way of syncing currently. Is there any way that I could help?...
Found a utility here https://github.com/adiesner/Fit2Tcx that I believe will do well enough.
I did this quickly on an atreus screen, and the text is a _little_ long on shift to and unfortunately SVGs don't support text wrapping. I'm not sure what this...
> I am also unable to figure out a way to set this using the GUI as I cannot find ( or ) in any of the lists of keys...
What exactly is required to make this a possiblity? for instance, grabbing a lowercase `a` yields `keyCode: 97, charCode: 97, code: "KeyA"`. it looks like the entry in the db...