Skip to content

Instantly share code, notes, and snippets.

@activechild
activechild / Vagrantfile
Created April 20, 2016 15:57 — forked from Sharpie/Vagrantfile
A simple Vagrantfile for spinning up a master-agent pair.
# -*- mode: ruby -*-
# vi: set ft=ruby :
# This configuration requires Vagrant 1.5 or newer and two plugins:
#
# vagrant plugin install vagrant-hosts ~> 2.1.4
# vagrant plugin install vagrant-auto_network ~> 1.0.0
#
# After installation, the following steps will spin up a master and agent that
# can communicate with each other:

A collected list of the things that most/least excite me

Here are 5 things that most excite me!

  • Create video tutorials to help teach users a specific feature or use case
  • Help train and onboard new support teammates
  • Respond to 60+ support requests via email every day
  • Recieve 20+ inbound phone calls per day and help them solve their issues
  • Ghostwrite documentation for partners to publish on their own sites ("their" was misspelled in your gist, everyone makes mistakes. I feel bad for pointing it out.)
/**
* ================== angular-ios9-uiwebview.patch.js v1.1.1 ==================
*
* This patch works around iOS9 UIWebView regression that causes infinite digest
* errors in Angular.
*
* The patch can be applied to Angular 1.2.0 – 1.4.5. Newer versions of Angular
* have the workaround baked in.
*
* To apply this patch load/bundle this file with your application and add a