Jon Young
Jon Young
I'm using the imageMagick subclass of graphicsmagick to alter ~7k png images. The function below gets about 2/3 of the way through and fails (see log). Seems to be an...
Hey there. First off, this is a great project. Thank you for everything you do to make this thing awesome. Been using Rod in the aws lambda environment. Rod works...
Hey there. It seems the exclude method is not working correctly. When I exclude `/team`, pages such as `/submit-your-team` or `/request-a-team` are excluded as well. [Line 186 of `gatsby-node.js`](https://github.com/TryGhost/gatsby-plugin-advanced-sitemap/blob/459bd2256df723cf3a2b6aea7082483878cc239c/src/gatsby-node.js#L186) is:...
### Issue Summary Plugin does not generate `src/pages/index`. i.e. sitemap is missing the root url. ### To Reproduce Here's my config + `gatsby-plugin-sitemap` (for comparison): ``` { resolve: `gatsby-plugin-advanced-sitemap`, options:...
Hey there, I'm trying to set up a basic test per this example: https://pytest-factoryboy.readthedocs.io/en/latest/#integration When my tests check whether `company_factory` is an instance of `CompanyFactory`, the test fails. Why isn't...
When importing weights for Nunito Sans, the escape character `\` breaks the weights import. ``` module.exports = { plugins: [ { resolve: `gatsby-plugin-google-fonts`, options: { fonts: [ `Nunito Sans:\200,300,400,600,700,800,900` //...
Any help getting this to work would be much appreciated! https://docs.aws.amazon.com/lambda/latest/dg/images-test.html