Kateryna Kasianenko
Kateryna Kasianenko
### Problem Getting a `Warning in install.packages : package ‘academicTwitteR’ is not available for this version of R` error when trying to install the package. ### Solution Fixing the case...
### Terraform Version Terraform v1.0.5 + provider v1.10.1 ### Affected Resource(s) - pagerduty_user ### Terraform Configuration Files ```hcl resource "pagerduty_user" "main" { email = "[email protected]" name = "Kat Kasianenko" job_title...
### Terraform Version Terraform v1.1.3 on darwin_amd64 + provider registry.terraform.io/pagerduty/pagerduty v2.2.1 ### Affected Resource(s) Please list the resources as a list, for example: - pagerduty_ruleset_rule If this issue appears to...
I encountered the same issue as @fishfree when trying to add scores to a csv file with only one comment. The issue appears to be due to trailing carriage return...