Miquel Labòria

Results 4 issues of Miquel Labòria

How can I use Key with Route Params: $app->delete('/group/{groupId}/access/{userId}', '\App\Controller\Group:removeUser') ->add(new \App\Lib\Validation(array( v::oneOf( v::key('groupId',v::IsPublicationOwner($container)), v::key('userId', v::ItsMe($container)) ) ))); Returns: At least one of these rules must pass for null Key...

enhancement
question

It's possible change timeout value?

enhancement
help wanted

Today I set the integration. My Config: ``` media_player: - platform: samsungtv_tizen name: “Q900R” api_key: "xxx" device_id: "xxx" ``` On start log shows: _2021-05-17 17:33:18 WARNING (MainThread) [homeassistant.loader] You are...

**Describe the bug** I implement a custom function with parameters to be called form OpenAI API, but always call without the parameters: **To Reproduce** Definition of Function `ChatFunctionDeclaration ( name:...