Michael Mahemoff
Michael Mahemoff
I see the issue now is an inconsistency: RSS parser's [able_to_parse](https://github.com/feedjira/feedjira/blob/master/lib/feedjira/parser/rss.rb#L17) excludes feedburner explicitly, while Atom parser's [able_to_parse](https://github.com/feedjira/feedjira/blob/master/lib/feedjira/parser/atom.rb#L15) doesn't reference feedburner. I think they should both ignore feedburner or both...
@sdzialowski-godaddy "Seems like community plugins are installed per vault, or something ??? 🤷♂️ Dunno." Yes, plugin setup is vault-specific, but the reason this could happen even in a single vault...
I used 0 and 1 thinking to keep the burden low for players and make it the same as YouTube. If the PodLove philosophy is to be more input-inclusive a...
I'm a little surprised tbh. I realise `assigns` was never the main point of integration tests, but it was still supported right up until Rails 5, so this represents a...
Please see https://github.com/mahemoff/integration-assert. [assigns here](https://github.com/mahemoff/integration-assert/blob/a447a4c1c5950308b20fdf41ecea74cc611e9059/test/integration/example_test.rb) fails for me with the above error.
@timpritlove Is @Cj-Malone's comment correct then? It's just a xml "chapters" file?
Thanks, I'm not using it yet, but if I do, I could add that pull request. I think (hope) it should be fairly trivial to just detect a failed request...
After some trial-and-error, here is an attempt at using the plugin, with the caution that I'm new to Eleventy and I might be missing a thing or two. ---- Edit...