Chathu Vishwaijith
Chathu Vishwaijith
+1 Better to reduce static imports since it will be a nightmare to use them in Netbeans IDE
I got this fixed after changing jwtErrorHandler to below version ```js 'use strict'; module.exports.jwtErrorHandler = (err, req, res, next) => { if (err.name === 'UnauthorizedError') { return res.status(err.status).json({message: err.inner.name}); }...
Any update on this?
This is seems same with version 8. What is the fix for this?
I'd like to remove unused installation as it get's piling up. Seems this is a must have feature
Shall we create a subtopic under videos for the Russian Language?
@sobolevn Shall we add readme-ru.md?
Is there any fix for this?
@driley-abbvie Nope. I tried patching the module but seems have to do lot of work to get done manually. Better to setup something like tsup to generate seperate type definitions...
Even the latest version has the same issue. ```sh npx @arethetypeswrong/cli --from-npm @automapper/[email protected] ``` ```sh ┌───────────────────┬──────────────────────────────┐ │ │ "@automapper/core" │ ├───────────────────┼──────────────────────────────┤ │ node10 │ 🟢 │ ├───────────────────┼──────────────────────────────┤ │ node16 (from...