(Rew) Andrew McLagan

Results 113 comments of (Rew) Andrew McLagan

add the files to the ignore list

Agree with @uphlewis, even if `convertToJWT()` returned an instance of `Builder` and not `Token` we could extend the trait and modify the token returned in `__toString()`

Honestly why not just use the very well supported JSON api in Wordpress and save yourself some moving parts and maintaining

```php use ONGR\ElasticsearchDSL\Sort\FieldSort; $search->addSort(new FieldSort('_score', 'ASC')); $search->addSort(new FieldSort('title', 'ASC')); ```

I would be very interested in this, date-fns has gained allot of traction and looking forward seems to have allot more momentum and a better footing.

Agreed. Although, without digging too much @ljharb do you think there is allot of work to swap out implementations?

If this library implemented the official FormData API specifications we would be able to iterate over instances and return key value pairs.

Any traction on this? A unified API would be amazing.