David Cumps
David Cumps
Looking forward to this pull, asic support :)
Would this piece of blueprint also be helped with this issue, or does there exist a simple way in aglio today to list required input? Pretty much just looking to...
As soon as one reaches the -% risk items, he can aim to be at 0%, and after that go into negative, which sounds like a valid tactic if one...
Not sure why all of this is present then: https://github.com/jakejarvis/s3-sync-action/blob/master/entrypoint.sh#L30-L38 https://github.com/jakejarvis/s3-sync-action/blob/master/entrypoint.sh#L47-L56 Seems like that can all be gone when we use the configure-aws-credentials action?
Which then begs the question, why not remain with just this :) ``` - uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - name: Deploy...
Just verified, this works perfectly: ``` - name: Configure AWS credentials if: github.ref == 'refs/heads/master' uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: eu-west-3 - name:...
We are encountering this, but are puzzled why a null converter would end up in the list, any ideas?
Likewise... https://github.com/Informatievlaanderen/grar-common/commit/c0406e17a0cb68f7f2dfab0b58a4ee25905409d2 Seems it would be a nice addition if this was threadsafe, it bit us today :)
In our case we have a single non-english language (need to provide documentation in Dutch) Are there any plans for this, any started PRs or ideas on how to proceed?
For reference, this was introduced in https://github.com/Rebilly/ReDoc/commit/b0e660e @RomanGotsiy I will try to send some PRs for this next month when I pickup our ReDoc project again to migrate to the...