Jon Armen
Jon Armen
Currently, once the WebSocketClient produced by `karate.webSocket(url, handlerDelegate);` has responded to it's `listen` method, subsequent calls to `listen` will always return the first message returned. This is not helpful, particularly...
*Issue #, if available:* #1050 *Description of changes:* Adding contracts for Cognito Trigger Events By submitting this pull request, I confirm that my contribution is made under the terms of...
## Describe the Feature Provide the contracts used by lambda trigger sources https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html#cognito-user-identity-pools-working-with-aws-lambda-trigger-sources ### Is your Feature Request related to a problem? In order to handle lambda trigger sources in...
*Issue #968* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Adding Support Price Tax Behavior
Including build targets for net6.0 and net8.0. Does not break backwards compat with netstandard2.1 or netcoreapp3.1 but still enables build system to run properly.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Applying a JSON Patch Document to a POCO should respect...
### Description Currently running Fluent Assertions v7 and XUnit V3. Expect XunitException to be thrown, however receiving generic AssertionFailedException. Appears that Fluent Assertions is unable to detect the framework. ###...
In our API Tests, we are following the examples provided by documentation to assert the response from a websocket listen. We are working with text mode, and have frame sizes...
#### Description of changes An isIdpIdentifier was added as an optional field in the AuthSignInWithRedirectInput provider options to enable the custom provider to be supplied as an idp_identifier query parameter...