Patrick Garman

Results 13 comments of Patrick Garman

@jshultz in your vagrantfile you can map the directory as a synced folder. I completely deleted the public folder from the vagrant and then added this to my vagrant file....

Usage: Say you are writing a blog post and you want to include snippets of code, it's multiple snippets that are _pieces_ of the larger goal here. Why go through...

Using Auth.net AIM from SkyVerge, also happened when using PayPal, and Chech gateways. I don't think it's gateway related due to that. Happy to get access to our staging site...

I'll add - this issue existed with https://github.com/deltafactory/woocommerce-session-table-handler as well. I _think_ it went away when I deactivated all table based sessions type plugins (I never ran them at the...

@deltafactory sorry about that! The only reason I had not is I had heard reports that the issue didn't exist for a few others and it may have been related...

@deltafactory in case you haven't seen it :) https://github.com/woothemes/woocommerce/commit/b27635409c0f18ca324b3909c28dc00694f4f022

This was the code i used to test that this worked for the author role: ```php add_filter( 'roc_manage_redis_capability', function( $cap ) { return 'publish_posts'; }); ```

You would only be able to define your default as a constant though right? Since the constant can't change after being filtered?

Oh I see what you mean, inverse of what I was thinking. It's monday... I could see that being handy too yeah. I can update my PR and fix those...