Sean Fisher

Results 15 comments of Sean Fisher

Laravel 4.1 came today! Waiting on your release, can't go anywhere without the router!

@mboynes pushed up a fix that will translate the `$key` when it is using the ES source. I've also added `ID` to the mapping for each adapter we have. Should...

@mchanDev great! I just updated this with the latest from `main` and a fix for that variable.

Previously non-Laravel projects had the option to use `printerClass` and enjoy collision. Now it seems that those outside of Laravel (or those who run `vendor/bin/phpunit` directly rather than through a...

@gr2m ran prettier to get it to pass if you can review.

In a perfect world, we'd be able to merge the `mu-plugins` that `wp-now` with the one from a `wp-content` project. Running a rsync from my project to `~/.wp-now/mu-plugins` did work...

Added in `sp_should_index_async` to allow indexing to be opted out of.

I previously limited XML-RPC access and only allowed Jetpack through with some prior art here: https://l.alley.dev/af5db9ec9c

Not a good fit for the plugin.

Attachment rewrites are already disabled via https://github.com/alleyinteractive/wp-alleyvate/blob/main/src/alley/wp/alleyvate/features/class-disable-attachment-routing.php. Closing unless there is another rewrite we could remove.