Finn Ellis
Finn Ellis
Based on @Gnouc's [comment](https://github.com/sstephenson/bats/issues/140#issuecomment-206756745) above, I'm using this one-liner as a workaround in order to get my tests running in Travis: ``` sudo sed -i "20s/.*/ _count=\$(bats-exec-test -c \"\$filename\"); :...
Possibly relevant: building the cart with picotool appears to change the cart version, or claims it does. ``` relsqui@albatross:~/pico8$ ./picotool/p8tool stats dragondell.p8 dRAGONDELL (dragondell.p8) BY rELSQUI - version: 16 -...
We also got this error, with Terraform 1.2.3 and New Relic 2.46.0. I don't know how to track down the details of the response like the above commenter did, but...
Is there a workaround or a speculative timeline for this? Edit: I have half a workaround, in that it doesn't work at time of change, but running a `terraform apply...
What about a different subcommand (or a subsubcommand?) that returns the result of that API call in the original post? I found this issue looking for a way to filter...
I'm not sure whether it existed when this issue was opened, but this appears to be an endpoint that would enable this feature (which I would also love): https://docs.github.com/en/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run
FYI, this broke our builds too for the same reason, which was an unpleasant surprise in a minor version update. I wish the changelog had been more explicit that links...
That's fair, re pre-1.0 versions. And I wasn't sure if the version of the changelog I'd seen was the updated one or not. :) Thanks!
I was seeing this same issue and can confirm that adding a `capacity_provider_strategy` block in my `aws_ecs_service`, duplicating my `default_capacity_provider_strategy`, resolved it.
I'd love it if this got merged, it's currently blocking me upgrading to 2.0.0 because I don't want to debug canvas's install failures in CI given that I don't actually...