Itamar Amith
Itamar Amith
At the moment dependency injection is not available out of the box for lambdas. The handler must either be a method of a class with an empty constructor, or of...
The current implementation of `CognitoUser.RespondToCustomAuthAsync` does not support setting the `ClientMetadata` property of the `RespondToAuthChallengeRequest` object, despite it [being supported by the API](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_RespondToAuthChallenge.html#API_RespondToAuthChallenge_RequestSyntax). This PR rectifies this by adding a...
### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...
I am looking to use FFMpegCore in order to extract a clip out of an existing video using the cli equivalent of ```-vf select='between(n,0,100)',setpts=N/FRAME_RATE/TB"``` At the moment I achieve this...