I hereby claim:
- I am bigtiger on github.
- I am jremsikjr (https://keybase.io/jremsikjr) on keybase.
- I have a public key ASAwzn79LSI5THj1HnBTTUOyBmaqVa0oFQGdLDCClp_p3wo
To claim this, I am signing this object:
function dosh() { | |
if [ "$1" != "" ] | |
then | |
docker exec -i -t `docker ps|grep $1|cut -d ' ' -f 1` bash | |
else | |
docker ps|grep gopro.*:latest|grep -v postgres|cut -d ' ' -f 1-10 | |
fi | |
} |
dosh() { | |
if [ "$1" = "-h" ] || [ "$1" = "--help" ] || [ "$1" = "help" ] | |
then | |
read -r -d '' VAR << EOM | |
Usage: dosh [argument] | |
Arguments: | |
ls (default) lists running containers | |
[name|id] runs bash for specified container | |
help, -h, --help brings up this help |
I hereby claim:
To claim this, I am signing this object:
# VDCAssistant is the daemon for the built-in iSight cameras on Mac hardware | |
sudo killall VDCAssistant |
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
Our app was already deployed and working on Heroku with MiniMagick. There were a few features of Image Processing that were appealing, performance and autorotation, and it appeared to be a straightforward swap.
Locally, we had run brew install vips
on our MacBooks to get it running. That was early in the process and a detail long forgotten. When I deployed to Heroku @juliancheal pointed out that the staging environment was failing with an ActiveSupport::MessageVerifier::InvalidSignature
error.
We were able to quickly identify the missing libvips
dependency.
Figuring out how to install libvips
to support rubyvips
to support Image Processing was not trivial and therefore this guidepost exists.
{ | |
"version": "2.0", | |
"id": "home.config", | |
"title": "Flagrant Home Config", | |
"featured": [ | |
{ | |
"name": "Flagrant Website", | |
"link": "https://www.beflagrant.com", | |
"background": "/assets/Frame_1.jpeg" | |
}, |