Samuel da Silva

Results 4 comments of Samuel da Silva

Just an update, because this issue is top on google, there was some [heated debates on mypy side](https://github.com/python/mypy/issues/5374#issuecomment-436450801) about this because mypy allows for some behaviour where they need to...

Maybe add a mention to this to the MyPy section of the docs?

Just because this is first on google, but please do checkout the discussion on bun's repo https://github.com/oven-sh/bun/issues/4746 TL;DR: `Error.prototype.stack = '';` early in the program should fix this. (prevents the...

or if you use yarn, in package.json: ```jsonc { // [...] "resolutions": { "babel-plugin-lodash/@babel/types": "~7.20.0" } } ``` EDIT: if you use NPM use this instead on your package.json (I...