Jørn Åne de Jong
Jørn Åne de Jong
The newest XFCE seems to use org.xfce. names. This commit adds some symlinks for this, and syncs the symlinks (#433) Also helps with #145
The actual symlinks were out of date with `apps.list`, so this commit fixes generate-symlinks.sh and runs it.
This issue has occurred for me sporadically earlier, but today I upgraded to MacOS 10.14.6 and the issue seems to be more reproducable. When I am connected to eduVPN and...
My client suddenly failed asking me to verify that I am using the correct certificate. I as a technical user don't know whether I am using the correct certificate, the...
The settings dialog should allow users to start with a clean slate. At the very least, users should be able to remove all their VPNs and keys. Ideally, they should...
PHP can set the HTTP code using the 3rd argument of header()
The files `zxfer.8`, `COPYING` and `README.md` should not be executable.
I have the following line in my project (inside a catch block): return $booleanFlag ? throw $e : null; When I check my code with Phan, I get the following...