Ryan Delaney

Results 126 comments of Ryan Delaney

From that file: ``` # GnuPG # The format is very similar to pgp 0 string \001gpg GPG key trust database >4 byte x version %d # Note: magic.mime had...

Yup. Based on the comments it looks like they implemented GPG-specific stuff if and only if it isn't already identified by the PGP filetype definitions they had already. That's consistent...

Another self reminder. I need to look at this and evaluate it: https://github.com/cdgriffith/puremagic

I just came here to request this exact feature! > Could you please let me know whether your plugin can detect types or I need to address this feature implementation...

Ok, thanks for the explanation. Can that be made configurable with a default to the existing, more-paranoid behavior? That way this wouldn't have to be shipped as a major revision....

Y'all have been heroically maintaining this PR since February. Thank you! I feel bad that we've overlooked your contribution for so long; I want to hopefully get this merged by...

I'm getting an error: ```console $ terraform --version Terraform v1.3.2 on darwin_arm64 $ terraform fmt . ╷ │ Error: Invalid expression │ │ on iam.tf line 41, in data "aws_iam_policy_document"...

Great! Would you kindly allow edits to this PR by maintainers so I can run terraform-docs and do a bit of cleanup?

Alternatively, here's a patch: ```diff --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ No modules. | [config\_sns\_topic\_arn](#input\_config\_sns\_topic\_arn) | An SNS topic to stream configuration changes and notifications to. | `string`...