-
## Background
Vendure is dedicated to providing an outstanding developer experience. A major part of that is our documentation at https://docs.vendure.io. The docs have a solid foundation of correc…
-
Hi everyone. I use adminJs with nestJs and typeorm. I have two entities - PostEntity and UserEntity. Each post (PostEntity) have an owner (UserEntity) with ManyToOne relation. When I connect PostEntit…
-
Hello, as always, thank you for the amazing lib,
Last week's feature #389 to be able to support table inheritence has rendered readMany and readOne to break, the lib wasnt able to read the metadata…
-
## Issue Description
`repository.create()` includes the undefined field which breaks the DB update query when using ES2022 as a target in `tsconfig`
### Expected Behavior
Previously we're using e…
-
This is an issue from the original repository but still relevant, so I am reposting the issue here.
Original issue: https://github.com/nestjsx/crud/issues/551
When declaring the ```filter``` opt…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
An error gets logged to the logs:
```
The module "TypeOrmModule" is taking 10.88ms to…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
```
Nest can't resolve dependencies of the EventsGateway (?, ModuleRef). Please make s…
-
after update to nest ver 10
I'm getting an error message
error TS2345: Argument of type 'FastifyPluginCallback' is not assignable to parameter of type 'FastifyPluginCallback | FastifyPluginAsync…
-
### Разработать сервис транзакции
> [!CAUTION]
> Не возможно начинать, пока не будет готова таблица контрагентов
> - https://github.com/B-Dmitriy/cashflow/issues/2
На данный момент нужны следующ…
-
typeorm support the following structure with queryBuilder
```
CM.getRepository(User)
.createQueryBuilder('user')
.select(["name", "id"])
.orderBy('user.createdDate', 'ASC')
…