-
## Issue Description
I want to use transformer on Column, but it is not applied.
Column in my entity:
`
@Column({
type: 'decimal',
transformer: {
from: value =…
-
Hi !'m trying to dockerized vendure to deploy it on production. Cloned this repo as an example and then tried `docker compose up`.
Then i can see this error:
```
izayda@MacBook-Pro-Artem vendur…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Affected Package**
Which package are you referring to?
@prisma-utils/prisma-crud-generator
**To Reproduce**
Steps …
-
# Bug Template
Hey, I am having the issues with `@typescript-eslint` on codeclimate. Locally eslint works fine but it raises an error when running on codeclimate: `Configuration for rule "import/orde…
-
## Issue Description
### Expected Behavior
Records created via TypeORM with CreateDateColumn/UpdateDateColumn columns must save in UTC
### Actual Behavior
Records are stored in local server …
-
## Cannot update entity because entity id is not set in the entity, when insert a model
### Actual Behavior
```
Cannot update entity because entity id is not set in the entity.
```…
-
## Issue Description
`qb.limit(0)` has no effect.
### Expected Behavior
The result of `qb.getQuery()` should contain `LIMIT 0`.
### Actual Behavior
The limit is ignored.
…
-
## Current Behavior
Error [ERR_REQUIRE_ESM]: require() of ES Module *** from *** not supported.
## Expected Behavior
Npm libs bundled with ESM only module should be supported.
## Steps to …
-
First of all: Sorry for all the issues, just writing down the stuff which goes into my mind while setting up this library together with NestJS for use in a production environment.🤓
When registering…
-
CASL supports restricting access to fields:
https://casl.js.org/v5/en/guide/restricting-fields
```ts
can('update', 'Article', ['title', 'description'], { authorId: user.id });
...
defineAbilityFo…