Jesper Engberg

Results 27 issues of Jesper Engberg

### ESLint version n/a ### What problem do you want to solve? Many libraries that generate code (such as `tsoa`, `typescript-swagger-api`, `graphql-codegen`, the grpc library, etc.) generate leading `/* eslint-disable...

enhancement
core

Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...

Popular package

```ts addCase('vality', 'parseSafe', data => { const res = validate(dataType, data, { strict: true, bail: true }); if(res.valid) return res.data; throw new Error("Invalid"); }); ``` throws an exception on invalid...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox > Make...

🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Create a release X for projects A and B (monorepo, thus A and B share the same commit hash) 2. Deploy...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior The base exception filter (https://github.com/nestjs/nest/blob/master/packages/core/exceptions/base-exception-filter.ts#L72-L75) simply drops any properties on errors...

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature