Andrej Burger
Andrej Burger
The for loop parsing fails if any of the statements is missing. Each of these fail to parse: ```javascript let i = 0; for (; i < 1; i++) {...
One of data schemas in OpenApi spec has property containing array of DayOfWeek enumerations: ``` ShiftDto: type: object properties: daysOfWeekActive: type: array items: $ref: '#/components/schemas/DayOfWeek' DayOfWeek: enum: - Sunday -...
I added settings for specifying explicit AWS credentials (key or profile) in configuration file. The profile can be specified also from command line. Both can be easily used by build...
**Expected behavior (what you expected to happen)**: Hooks can use the jq tool to parse the binding context data. **Actual behavior (what actually happened)**: The jq tool is missing in...
**Describe the bug** The STSSessionToken fails to create session credentials from long-term credentials with error: `unable to get authorization token: AccessDenied: Cannot call GetSessionToken with session credentials\n\tstatus code: 403` while...