Michael Beckwith

Results 201 issues of Michael Beckwith

I want to be able to paste a json blob from a user, have it parsed into a registered type, return the resulting object to the tests, and be able...

Code QA
tests

In cases of users optimizing their sites for performance, they may be moving their script loading to the footer area of their pages, including jQuery. Both templates make use of...

We should get things up-to-date to match what Algolia is expecting.

documentation

Looking at https://github.com/WebDevStudios/wp-search-with-algolia/wiki/Filter-Hooks and we have reference to `algolia_post_types_blacklist` which got deprecated in favor of `algolia_excluded_post_types` in version 1.7.0 from the looks of it. We should review the documentation to...

documentation

We have `should_override_search_with_instantsearch()` in `class Algolia_Settings` and I think it would be useful to have a matching version for Autocomplete. ``` public function should_override_search_with_instantsearch() { $value = $this->get_override_native_search() === 'instantsearch';...

Understood if this ends up being a `won't fix` in case this is mostly a pet project for your own needs, but any ideas on how to potentially get iOS...

bug

I borrowed the active_plugins serialized data for a quick test and removed the first item, but the indexes didn't update themselves. Not sure if this would cause a problem with...

enhancement
has PR

I have various tickets in the issues around this, but this is going to be the list of functions that I believe we absolutely should get tests in place for....

We will be borrowing a lot from the pros, I mean, Advanced Custom Fields. Do we dare outright copy https://plugins.trac.wordpress.org/browser/advanced-custom-fields/tags/5.12.3/includes/local-json.php and amend as needed? ## Enabling * UI setting vs...