Parker Moore

Results 366 comments of Parker Moore

The semantics have slightly changed since this change. Before, we knew if it was either "empty" or "blank" so we matched Array and Hash and Nil objects against this operator....

> Did the Jekyll render order change since the page was written? Nope! I'm not sure how carefully that document was vetted. It probably needs a thorough review by a...

@dylanahsmith Thanks for the background. I agree that this seems like it was a mistake originally, but it offered Jekyll (and presumably other filter creators) semantic meaning. For example, we...

@dylanahsmith Is there any way that Liquid 5 could indicate whether it's asking for permissive equality (e.g. [] == "") versus strict equals (e.g. [] !== "")? A straight-up empty...

@dylmye Hey! This is neat – I also use Feedly. One concern I have is the longevity of this change. Are these attributes common? It would be helpful to have...

I'm wholly 👍 to the idea of a front-matter option like `jekyll-mentions: disable` or `jekyll-mentions: false` or `disable_plugins: [jekyll-mentions]` on a per-page/per-document basis.

Huge 👍 on this.

I'd add a `show_drafts` config under `feed` to filter them. The global `show_drafts` field is really meant for non-production environments, like local or a Netlify Preview deploy.

Sorry about jekyllbot. The motivation there is to cut down on noise for the maintainers by ensuring that the open issues are ones that are still occurring and still important...

There is a lot of cruft in this project that has accumulated over time. I think the reason we went this route originally was because the "jekyll import" subcommand was...