Chester O'Neill
Chester O'Neill
I think I ran into this today with this. ``` schema = { "type": "object", "properties": { "accounts": { "type": "array", "minItems": 1, "items": {"$ref": "#/components/schemas/Account"} } }, "components": {...
Any updates on this? I have a support ticket open with AWS and all of our builds are suddenly failing due to this issue. Theres been radio silence on this....
@aolds01 Were you able to get this github actions that were triggered to pass despite the error? right now all our fail but were just manually checking the runs in...
Also saw this briefly pop again this afternoon in us-east-2. Seemed intermittent, rerunning the action passed.
Ive run into the same issue. Using docker-compose to bring up containers and connect to them does not work using 'localhost' in the local runner but found that it works...
This might want to be paired with just a mass reformatting of the code base. Have one giant commit that formats all the files first does two things. 1) it...