Adam

Results 5 issues of Adam

As per: https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-type-definitions.md Currently, I see no point in using `interface`. `type` is much more flexible, so I would love to enforce it in my code base.

request

### Describe the bug When client sends request with failed encoding 500 Exception is returned, but it's client fault and I believe it should be 400 Bad Request instead. ###...

bug
investigate
area-mvc
affected-few
severity-major
feature-mvc-execution-pipeline

### Version 29.1.1 ### Steps to reproduce ``` git clone https://github.com/sobanieca/ts-jest-sourcemaps-issue npm i npm run debug ``` Open in chrome `chrome://inspect` and connect debugger. There will be first initial breakpoint,...

Bug Report
Needs Triage

Hello, I would like to slightly override some of the 'dashboard' theme settings, in particular I would like to add `quotes` as seen in `evil` or `startify`. Is it possible...

Sorry if it was already brought up somewhere - I couldn't find it. Recently I've uploaded my first JSR package. It's Deno dedicated package. I have no idea why I...