Results 3 issues of Deji Akala

It seems as if Reservoir and [JSON API Extras](https://www.drupal.org/project/jsonapi_extras) don't play together. I get this error: ``` Recoverable fatal error: Argument 3 passed to Drupal\jsonapi_extras\JsonapiResourceConfigListBuilder::__construct() must be an instance of...

bug
upstream
JSON API

I've implemented the Demo Umami example and everything seems to be working. However, when I log in, I don't get the authenticated user details (I was expecting at least the...

I've got this code: ``` Flexible::make('Practitioner types', 'practitioner_types') ->addLayout('Practitioner type', 'practitioner_type', [ Text::make('Label', 'label'), Slug::make('Slug')->from('Label') ]) ->collapsed() ->button('Add practitioner type'), ``` The slug field doesn't work and I get an...