Deniz Turgut
Deniz Turgut
I'm just not sure about terminating in the middle of handler queue. If more handlers are added after `init`, they won't get a chance to act on it. Also, I'm...
Maybe I wasn't good at explaining myself. Your PR fixes the issue of `--fatal` and filtered logs. There is no issue about that. I'm more concerned with the changes to...
Maybe I'm missing something but right now, if a creator wants to control the workflow of their plugin, they create it in their own github account and add it to...
> Does Pelican have an earlier plug-in callback (before generator, output) support in which to handle [jtable] notation, like Jinja2's double-curly-braces pair? I was thinking of something that would enable...
I didn't actually test this but looks like a bug. From your description, probably some kind of mismatch in paths has occurred along the way. Code dealing with paths in...
New setting doesn't fit into that warning (`PAGINATED_TEMPLATES` is a `dict`), but yes it can be removed from the check. [Deprecation handling code](https://github.com/getpelican/pelican/blob/d0457dcfb8a10e48fdf6d6f7535ce0194bf601ee/pelican/settings.py#L332-L346) will remove it from settings before that...
So, which icons are copyrighted? And where can one find that information?
Well, the icons are mostly a "nice-to-have" rather than "must-have", so removing them wouldn't be the end of the world. We could extend the `SOCIAL` config so that the user...
Interesting. I think this is triggered because there is `pelican_youtube` inside `pelican-plugins` but it is not importable. It's in its package/installable form. So it takes precedence and marked as "found"...
Well, I don't see any generators there and I could not reproduce this on Win 8.1 Python 3.7. So I'm not sure how to investigate this. If you don't mind...