Eric Burel

Results 244 comments of Eric Burel

Hi, It is more a small improvement. Sometime you don't set the `publicPath` in your output config, because Webpack provide its own default value (`/`). So I had to seek...

Related: https://stackoverflow.com/questions/68423950/when-using-esbuild-with-external-react-i-get-dynamic-require-of-react-is-not-s?rq=1 It has no solution either

This one seems covered by this documentation: https://i18next-extract.netlify.app/#/configuration?id=tfunctionnames You can add relevant yup calls as function names, like "string().required" in your example.

Enjoy the vacations! And thanks for this package in the first place, the contributor experience is outstanding given how complex a Babel plugin can be, the testing in particular is...

Hi, I am a frontend dev and I write a lot of technical studies for companies, so I am also a recurrent user of Scholar. Existing softwares such as Zotero...

This is also need with the latest release of Remix, see https://github.com/VulcanJS/eurodance-stack I will use this config: ``` { "overrides": { "@mdx-js/react": { "react": "$react", "react-dom": "$react-dom" } } }...

This happens when running OBS for more than 10 minutes and is obviously a huge issue :/ Link: https://github.com/obsproject/obs-studio/issues/6990 It happens to me specifically when pressing alt+tab to switch windows,...

@trusktr Awesome that you have a simple reproduction! For the record, this seems to specifically affect ES Modules (Material UI in my case), and the server build. I recently hit...

@denihs incredible I would never had imagined this to be the issue! Thanks a lot! It's consistent with my own experience with Material UI, as it was installed as a...

No problem, it took me a lot of time to mature this work as well ^^ I've updated the article (https://tinyurl.com/ssr-theory) a lot since, the latest version being from last...