Ryan Parman

Results 101 comments of Ryan Parman

> Right now I'm on #3. Sadly I just haven't had the time to work on it lately, and motivation is especially difficult after using Terraform all day at work....

Announced today: Docker containers for Lambda. https://aws.amazon.com/blogs/aws/new-for-aws-lambda-container-image-support/ Need to dig at this a little, but it should be dramatically easier to support Lambda now. * https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html * https://docs.aws.amazon.com/lambda/latest/dg/runtimes-images.html * https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html

I mostly bring this up for cost reasons. It would be nice to not have to run machines 24/7, and Lambda provides on-demand processing. And if you put smart CloudFront...

What does `error_reporting(-1)` say?

Also, I'm assuming the compatibility test passed successfully. Yes?

@laxman1192 said: > On this "wp-includes/SimplePie/Parser.php" file I found the "img" tag you have used but the tag is not closed on end as well as the "alt" attribute is...

What I would recommend here is to dig in, and replace the `SimplePie_IRI` class all-together with the newer/better [Intl](http://php.net/Intl) extension.

> I am wondering how can I get a particular image from the feed or an image from the feed. Not enough information here. Are you talking about the ``...

Post the code to show what you've already tried, and those of us who have a few minutes might be able to help you tweak your code to get it...

Not for SimplePie (classic). If someone wants to start fleshing things out in the GitHub wiki, I think that'd be a great place to start.