Anthony Cook

Results 4 issues of Anthony Cook

The Redisearch Docker container is currently based on Redis 6.2. Are there any plans to switch over to Redis 7?

c:question

As a follower of several busy repositories, I'd like to be able to increase the number of total notifications the app retrieves to a number much higher than the default...

enhancement

Laravel API resources provide the ability to alias database fields in the JSON response, e.g. ``` public function toArray($request): { return [ 'currency_id' => $this->currency_id, 'currency_name' => $this->curr_name, // currency_name...

question

https://github.com/petenelson/wp-rest-api-log/blob/a6d75c5172064ec375639dff8588f1622b3420b3/admin/class-wp-rest-api-log-admin.php#L38 ```tools.php``` needs to be specified otherwise this triggers a deprecation warning on PHP 8.0. ``` NOTICE: PHP message: PHP 4. require_once() /var/www/html/wp-admin/menu.php:417 NOTICE: PHP message: PHP 5. do_action($hook_name =...