Ryan Parman

Results 101 comments of Ryan Parman

@mblaney, @jtojnar: Added these [secrets](https://github.com/simplepie/simplepie/settings/secrets/actions): * `SFTP_USERNAME` * `SFTP_PASSWORD` Added these [variables](https://github.com/simplepie/simplepie/settings/variables/actions): * `SFTP_SERVER` * `SFTP_PORT`

Backing up the `public_html` directory. So far, it's several GBs. I'll update when the backup, tarballing, and uploading is complete.

It took some time to finish the download, but it finally completed at 7.4 GiB. I removed the cache files, tarred the directory, and gzipped it with `-9`. The resulting...

OK, weird. I started with the docs for v10.1.2 for [`artifactory_keypair`](https://registry.terraform.io/providers/jfrog/artifactory/latest/docs/resources/keypair), then worked my way back through many old versions of the docs — binary search style — trying to...

Ahhh. That makes sense. Actually, am I mistaken in thinking that the Terraform Plugin Framework _does_ require an `id` parameter? I know it's required for Data Sources (as I maintain...

Also, looks like `ld` is the macOS `ld`. ```bash $ ll $(which ld) Permissions Links Size User Group Date Modified Name .rwxr-xr-x@ 76 119k root wheel 2024-02-08 23:38  /usr/bin/ld*...

The certificate is working correctly for my GitHub Pages-hosted website. This is probably worth another look in the preferences.

This adds this functionality as a data source. https://registry.terraform.io/providers/northwood-labs/corefunc/latest/docs/data-sources/url_parse

Just a note that I recently ran into this, and this thread was helpful (thank you @mattwillsher). We have hundreds of AWS accounts, and we're just now adopting AWS SSO....