Jason Farnsworth
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...
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:  These VMs don't have a unison configuration, and likely never will. The unison plugin shouldn't throw...