Paul

Results 8 comments of Paul

Could you confirm if this issue is affecting me? I started using this action today and I want to exclude directories from being validated: ``` { "threshold": 0, "ignore": [...

I have experienced something similar I had to handle in my custom API, when sending multipart uploads and completing, uppy, for some unknown reason will include empty objects. In python...

+1 I have this exact same issue, I am building my API GW in terraform and pushing the values into SSM where they are retrieved from multiple serverless projects and...

I just got this working, some excerpts from my yaml: ``` documentation: api: info: version: "1" title: "Site" description: "Site API" models: - name: "ClientErrorResponse" description: "Model representing http 4XX...

To update, I was unable to recreate this with a minimal example but it is DEFINITELY a bug in this library, I have now decided not to use it because...

I thought this was caused by the missing `==` from my dependencies, but even after adding this in the plugin still ignores these values and justs gets the latest version...

Hi, thanks! The plugin version is: `[email protected]` Here is the output of `pip list` from the virtual environment I am using for that service: ``` (shape) ind-openit-shape-service (feature/OPEN-2349) $ pip...

I do think I might have been a little hasty, when testing with the `==`, could you confirm the behaviour if the `==` are missed from the dependency in the...