Romain d'Alverny

Results 14 comments of Romain d'Alverny

The URL is reported in the error since SimplePie 1.5.8 (see https://github.com/simplepie/simplepie/commit/061d6308f6ce378e11252f2d30b3816cd7ba9c90). So, if you have the option to do so, a `composer upgrade` in your project should fix this...

Actually, the include is not even necessary as the class is auto-loaded. That's why the silenced error does not even prevent it to work. We might as well remove the...

Would just a custom free-form text field (configurable from config.yml) under the list of feeds be enough? There you may put the link to a blog, a social network account,...

I have yet to write down an explicit policy doc for this, but I made this change on my branch for this specific issue: https://github.com/rdalverny/moonmoon/commit/81e974e61ab010e12e60174be4e07f9bdeb933f9 (other fixes/changes on the same...

More formal proposal to be added to README: PHP Support Policy ------------------ On a best effort basis, trying to keep a review at least once a year: 1. moonmoon will...

Looking at your planet, this is because in your template, the author name is within an unstyled HTML element, which is displaying like a block (so it's like there's a...

Should be fixed if/when https://github.com/simplepie/simplepie/pull/716 gets merged, and there's a new release of SimplePie, and we upgrade moonmoon dependency on it in composer.json.

That's because of: https://github.com/moonmoon/moonmoon/blob/ee9c408f719491ecb7947d83994bed1803a988e8/app/classes/PlanetFeed.php#L26 Switching it to `false` will filter out the JavaScript (among other things). See https://github.com/simplepie/simplepie/blob/1aec297145a150f627e6ed82b8b084e0c933def8/library/SimplePie.php#L1178-L1191 for the changes it implies. Maybe we should make both the full...

It was merged into master ~two weeks ago. Latest release was in July 2017. It's worth testing it. I tried a build of the registry (through https://github.com/docker/distribution-library-image) and it seems...