Matthew Watts

Results 7 comments of Matthew Watts

This worked for me: ``` - name: Configure Amplify Integration uses: ambientlight/[email protected] with: amplify_command: configure amplify_env: int amplify_arguments: --categories {"auth":{"googleAppIdUserPool":"googleAppId","googleAppSecretUserPool":"googleAppSecret"}} env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_REGION:...

Or make the criteria distance rather than velocity.

Still seeing the the issue in v5.4.2-beta.2

> ```ts > function clampPercentage(value: number): number { > if (value < 0) { > return 0; > } else if (value > 100) { > return 100; > }...

> > ```ts > > function clampPercentage(value: number): number { > > if (value < 0) { > > return 0; > > } else if (value > 100) {...