Ryan Burnette

Results 49 comments of Ryan Burnette

I'm interested in having [Wordfence Security](https://wordpress.org/plugins/wordfence/) work on heroku-wp. I'll try installing it sometime soon to see if I can help.

If you're seeing `bash: wp: command not found` it's probably because you haven't made the initial commit which runs the build on Heroku and installs composer and wp-cli. When I...

Running `rm -rf tmp/public...` works fine from the host, but not the guest for me. It's something with Vagrant syncing the `/app` directory between the host and guest.

On macOS, switching to [NFS][1] will get you working again. ``` config.vm.synced_folder ".", "/app", type: "nfs" ``` [1]: https://www.vagrantup.com/docs/synced-folders/nfs.html

@mde I'll vote for anything that reduces dependencies. If you aren't using the cli and don't want the extra dependencies, just fork and remove Jake from the package.json file like...

I am now taking a similar approach. I run this script on all my images before running them through imageoptim so I don't lose rotational meta. By the time it...

Here's some background on the approach of inspecting the `Origin` header. http://stackoverflow.com/a/1850482/2535178 http://www.w3.org/TR/cors/#access-control-allow-origin-response-header

I'm now using this Gem as a dependency on one project and may use it again. If it becomes super important to me I'll definitely submit a PR.