Steve Grunwell

Results 60 comments of Steve Grunwell
trafficstars

Hey @martijnimhoff! Lost in Translation is still technically an active package, though I haven't had a whole lot of time to dedicate to it lately. Thanks for the bug report,...

I'm currently dog-fooding this package on a client application, and have been running into issues with logs not saving properly — once I'm able to spend the time ensuring everything...

This is taken from a `debug.log` on a VVV instance, and matches what @afragen is seeing: ``` [06-Jul-2018 15:32:54 UTC] PHP Warning: An unexpected error occurred. Something may be wrong...

An update: this appears to be working properly when I do a fresh installation in VVV, so it may just be an issue with the packages I have installed on...

Upon further consideration, I'm going to introduce this as the "wp404_before_report" action, which will fire before we begin building the reporters. It's a simple approach that still gives developers access...

It may also make sense to tie our default disabling actions to this hook, which would make it easier for store owners to say "actually, _don't_ disable if X conditions...

This ties in nicely with the work planned in #39.

Within the context of version 5 of the WP101 plugin, the capability used to determine the visibility of the "Video Tutorials" page ([defined in `WP101\Admin\register_menu_pages()`](https://github.com/101videos/wp101plugin/blob/develop/includes/admin.php#L89)) should be filterable, defaulting to...

@Mte90 Do you happen to have a specific error message you can share? The `-C` directive explicitly includes a directive before processing the rest of the rule, so the `-C...

I'll dig into the gist further and reconcile those changes with what's already been done in #6 and #7. > I integrated also on a test suites for a tool...