-
**Describe the issue**
I have a project using DI with [tsyringe](https://www.npmjs.com/package/tsyringe) and i should to add graphql using type-graphql, but in documentation is only listed the TypeDI…
-
```
throw new Error(`tsyringe requires a reflect polyfill. Please add 'import "reflect-metadata"' to the top of your entry point.`);
^
Error: tsyringe requires a reflect polyfill. Plea…
-
### 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 it
My team and I are…
-
I get the following error, "useRef only works in Client Components. Add the "use client" directive at the top of the file to use it. Read more: https://nextjs.org/docs/messages/react-client-hook-in-se…
-
I am using the zValidator middleware to validate the params in my routes, and I am getting type errors, which strangely didn't happen when I first started writing this code a week back (I think).
H…
-
I'm getting the error when I'm decorating the class in nestjs service.
I'm using typescript 4.9.4
The Typescript is compiling without errors, and I'm getting this problem only in VSCode.
```
U…
-
Hi, for example we have code
```ts
// IConfig.ts
interface IConfig {
get(key: string): string | null
}
// ConfigService.ts
class ConfigService implements IConfig {
public get(key: …
-
From my research, [TypeScript 5.0 Decorator](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#decorators) support more type-safe decorator, however, most popular typeScri…
-
https://vitest.dev/guide/migration.html#migrating-from-jest
-
### Issue description or question
* Rider v2024.1
* wallaby addin 1.0.284
* core v1.0.1560
When working with wallaby **1.0.284** I eventually notice many (today 25 identical ones with the same …