Jesse Hoffman
Jesse Hoffman
Is there an option to set lossy vs lossless, and set the target quality?
Doing some research on i18n for Gatsby and this so far has been the best plugin available. Thank you for this plugin! Any chance that there will be an update...
In the case where the plugin option for `redirection` is set to `true`, client-only routes for things like authenticated pages do not load, but instead, get redirected to the base...
After the latest update, I noticed that on SSR builds `yarn build` the value for `intl.locale` is incorrect. **CodeSandbox** https://codesandbox.io/s/gatsby-starter-default-fx5gw?fontsize=14 The setup is I have two languages: `[en-us, es-es]`. The...
I just tested this starter out and it works great, however the `amplify init` did not ask for a project name, so the CLI tool provisioned everything as `my-aws-project`. Trying...
Request to support module aliases as provided by the config in [eslint-import-resolver-alias](https://www.npmjs.com/package/eslint-import-resolver-alias). It seems like the rule [node/no-missing-import](https://github.com/mysticatea/eslint-plugin-node/blob/v11.1.0/docs/rules/no-missing-import.md) is not aware of aliases configured by the eslint-import-resolver-alias settings. Example configuration:...
I am attempting to get a serverless framework project setup with es6 import/export support. I am able to get it to work with the [serverless-webpack](https://github.com/serverless-heaven/serverless-webpack) however there is an [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-missing-import.md)...
Would it be possible to add an option to pass SVGO config and cleanup the SVG's according to those rules? I've used [react-svg-loader](https://www.npmjs.com/package/react-svg-loader) and it's worked great for an icon...
Not sure how it can be implemented, but an infinite loop feature might be nice on this.
I followed the instructions here at https://www.gatsbyjs.org/starters/wiziple/gatsby-starter-default-intl/, but what you end up with is actually the plugin code, not explicitly the starter. Should the starter be its own repo so...