Jason Farnsworth

Results 4 issues of Jason Farnsworth

Using the angular-pull-to-refresh directive appears to eat the scope of child elements. For example, given: ``` html Sign in to post ``` We are no longer able to access $scope.postForm...

Currently laravel-auth-token uses the X-Auth-Token header. However, according to CORS, using a custom header forces a pre-flight OPTIONS request (https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Preflighted_requests). This probably isn't an issue with native apps, but with...

enhancement

On my virtualbox vm's, I set shared folder permissions as so: ``` config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "vagrant", group: "www-data", mount_options: ["dmode=775,fmode=775"] ``` However, with the digitalocean provider, the...

After installing the vagrant-unison plugin, I'm receiving the following error on vagrant operations: ![image](https://cloud.githubusercontent.com/assets/2919453/3122102/283d0a9c-e763-11e3-9c47-a7812ffe4428.png) These VMs don't have a unison configuration, and likely never will. The unison plugin shouldn't throw...