Adam
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.
### 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. ###...
### 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,...
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...