Kevin Yank
Kevin Yank
@zoomequipd I'm afraid I have one too many things to do already to get around to adding the missing specs here in the very near future. You're welcome to grab...
@zoomequipd @romans8 and anyone else who wants this feature: I've published my Twitter List Agent as a gem here: https://github.com/sentience/huginn_twitter_list_agent You can add this to your Huginn instance using the...
This issue seems like it may be caused by “pollution” of the `DEFAULTS` object defined in **global-options.js**: https://github.com/11ty/eleventy-img/blob/fbca1668c6209962850b872adff36b8f1b476a63/src/global-options.js#L7-L11 **image.js** uses `Object.assign` to splat these defaults into the `options` field of...
Fix is here for v7 alpha: https://github.com/11ty/eleventy-img/pull/313 Fix for @11ty/eleventy-img v6.0.4 (current release) is here: https://github.com/sentience/eleventy-img/tree/fix-global-options-pollution If someone is able to stand up a v6 maintenance branch, I will happily...
Sorry to hear the current approach is on the way out; I use the recommended Netlify webhook approach and really value the automation of syndication. That said, I've definitely had...
We're facing this too. In our pnpm monorepo where two apps both depend on the same version of next, but pnpm is installing two instances of it due to peerDependency...