-
I'm trying to use this and here's some feedback.
I think there is a design flaw where there is a tight coupling of `Entity` and `EntityFactory`.
Here's a use case:
I need to create two types …
-
Hello folks!
I have the following code:
```ts
// acount.ts
export class Account {
id?: number
exchangeAccountId: string
externalUserId: string
apiKey: string
apiSecret: string…
-
## Bug Report
```
[Nest] 14964 - 08/24/2023, 12:15:56 AM ERROR [ExceptionsHandler] Cannot read properties of null (reading 'options')
TypeError: Cannot read properties of null (reading 'options'…
-
Could you provide an example project how to get this running and maybe provide some best practices that work in your eyes?
For me it's kind of an engineering task to fit all the peaces together. Fo…
-
hello guys
When I do seed:run in my NestJS app I get the following error:
![image](https://user-images.githubusercontent.com/103307358/172137214-b3dfccd0-ab4f-4fb8-8ef3-738548865101.png)
This…
-
Hello,
I already seen something similar in the "closed" issues where is a workaround but not a solution.
Is possible to find a solution for this issue.
![1](https://github.com/SoftwareBrothers/…
-
Good day! Please help, i have installed every dependencies and i don't understand why i get "no adapters" error.
As i understand admin-bro-typescript is adapter.
Thanks!
```
import { Database…
-
Can you please add support for TypeORM v0.3 and above and nestjs/typeorm v8.1.0 and above?
-
The problem is:
**Could not save entity.**
I'm using TypeORM with Postgres.
### **SEED file:**
**create-article.seed.ts:**
```
...
export class CreateOpenTournament implements Seeder {
…
-
I m trying to register a generic type
`Container.bind(Repository)`
repository is an abstract class and holds multiple implementations for each entity.
I got an error
> Value of type 'typ…