Ryan Parman

Results 101 comments of Ryan Parman

> @skyzyx mind changing my name on the old website? ✨ I certainly don't mind, but I haven't had access to it for 10 years when Automattic took it over....

@mblaney: Sign up for Keybase. We have an active chat with you that's end-to-end encrypted. https://keybase.io/app (no, this is not an ad — I promise) * https://keybase.io/skyzyx * https://keybase.io/gsnedders

The specification is ambiguous, but from what we can tell, the title element is meant to be processed as plain text, not HTML. As such, you will need to decode...

What happens when you `print_r($feedimage)` or `var_dump($feedimage)`?

I removed my assignment because I haven't been an active developer on this project in 10 years. :) SimplePie has been in _low-power mode_ for quite some time. If the...

```php $this->data['headers']['link'] ``` The [Link header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link) has always been an array, even it commonly only has a single element. If it were me, knowing that it _should_ always be an...

Here's my snippet: ```bash if [ ! -f files/SHA256SUMS ]; then echo "files/SHA256SUMS file missing." 1>&2; exit 1; fi ``` `shfmt` formats this to: ```bash if [ ! -f files/SHA256SUMS...

> There is no support for annotations or to turn off the formatting for parts of a script, no. There are no plans for that either. > > This issue...

So, I just read https://github.com/hashicorp/terraform-config-inspect/issues/21 which sounds like you forked from upstream. I did just put in a feature request on that repo to see if Hashicorp is willing to...