Dirk Avery
Dirk Avery
This _used_ to work so I feel that `gh` is not setting something it used to set. After [my previous message](https://github.com/cli/cli/issues/2189#issuecomment-812718042), `gh pr checkout` followed by `git push` worked fine...
@Dziman Thank you very much for your work on this so long ago! We apologize for the delay. In essence, AWS fixed this problem so we did not end up...
I cannot reproduce this with #29102. I added an extra part to the `TestAccDynamoDBTable_Replica_single` test which has the exact same configuration. It applies multiple times and does an extra refresh...
I tested today with Terraform AWS Provider v5.42.0 and was not able to reproduce this problem. This appears to already have been fixed. This is the configuration I used: ```terraform...
@solubrew There may be deeper incompatibilities between Anaconda virtual environments and virtualenv but the error that you're getting is caused by the "VIRTUAL_ENV" environment variable not being set. (`virutalenv` sets...
I think it might be RAM related even if package versons help - they may just use memory better. It consistently failed for me and then I closed everything on...
Exception on Windows machines which are members of a domain but not connected to a domain controller
Thanks for raising this issue! My apologies for not getting back to you. I'll definitely take a look at this. Perhaps there's some easy error handling that will allow this...
AWS has been warning for some time in the console that extra connection attributes would be deprecated (see #23506). Unfortunately, work on new endpoint resources has stalled (#23507). Thank you...
Thank you so much for your work on this and interest! 🎉 Unfortunately, this fix would not be sufficient. 1. As noted in [this comment](https://github.com/hashicorp/terraform-provider-aws/issues/27852#issuecomment-1319844717), there are other attributes affected...
The trouble is with the way `aws_dms_endpoint` includes default values. Removing default values is generally considered a breaking change. I don't see this as a regression but rather a challenge...