Steffen Ansorge

Results 5 comments of Steffen Ansorge

We solved the issue by adding the `setupFilesAfterEnv` attribute to the **jest config** and let it point to a file that includes (but not exclusively) the mentioned module `import 'express-async-errors'`...

@foxundermoon is this going to be released any time soon? Would much appreciate it as this blocks all MacBook users who upgraded to M-chips :) For anyone needing a dirty...

I can confirm this behaviour (+50% CPU usage on idle) for VSCodium through the Bisect method, too. - Darwin Kernel Version 20.6.0 - VSCodium v1.72.2 and v1.73.1 - Sync extension...

Right now, I activated ```js plugins: [eslint({ lintOnStart: true })], ``` in the `vite.config.js` because my project is still small and there's no noticeable latency on server start yet. This...

@tthornton3-chwy For me, the local server only shows an error if one of the files changes and this change produces the error.