Malcolm Kee

Results 24 comments of Malcolm Kee

Another inspiration from React Native: ![React Native Error](https://user-images.githubusercontent.com/17029084/56429455-317e0d00-62c3-11e9-8a32-e7f95c34764f.png) 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 ![compilation-error](https://github.com/webpack/webpack-dev-server/assets/24528512/dd4ea96b-25e6-4279-b81a-f70c5b86c6ec) ## Runtime error notification This notification button will be positioned fixed at bottom right ![runtime-notification](https://github.com/webpack/webpack-dev-server/assets/24528512/d31a97ce-2f3a-4b0d-9042-23fae25bdb4e) ## 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.