Chris Fraser

Results 3 comments of Chris Fraser
trafficstars

This has fixed the iOS extension in safari as well! Thank you!

Until that day comes, here is a script I have created for control via other automation tooling(cron, launchd, hotkeys etc): ```bash #!/bin/bash JIGGLER_PID=$(pgrep Jiggler) if [ -z $JIGGLER_PID ]; then...

Im trying to spin up a new instance and am seeing the same behaviour. In my logs I was able to find messages like this for all servers that I...