Malcolm Kee
Malcolm Kee
Another inspiration from React Native:  We can probably support shortcut key so it's easy to show/hide the error.
Adding some design: https://www.figma.com/file/xyeFjFzImMya1MdDDn7vii/Webpack-Error-Overlay?type=design&node-id=0%3A1&t=SgABTKrN4qJU6k15-1 Feedbacks are welcomed. ## Compilation error  ## Runtime error notification This notification button will be positioned fixed at bottom right  ## Runtime error (when...
@yepes I don't really understand the issue here. What is the error message you see when you configure as above?
Depends on the goal of the maintainer, I do think it's possible to support both by adding extra complexity on build time. A dirty hack that I did on unrelated...
I've created a simplified version of `tapable` so it's easier to understand the behavior for each hook: https://github.com/malcolm-kee/naive-tapable. It's still a WIP as I have not implemented interceptor and object...
When it is not http, then what is the value of the image value? A relative file path, an absolute file path?
@yepes you need to implement `createSchemaCustomization` in your `gatsby-node.js` to link your files with the records in your database tables. You can refer to this page in Gatsby docs to...
Hey thanks for raising the issue, but I didn't update this plugin after the gatsby v3 release, so that probably not working.
@robotzero1 u can do something like this ```graphql mysqlImageOne: mysqlImages { childImageSharp { gatsbyImageData( width: 400 ) } } mysqlImageTwo: mysqlImages { childImageSharp { gatsbyImageData( width: 200 ) } }...
Note: Storybook instruments (monkey-patch) `@testing-library` methods so they can intercept it.