Karlis Melderis
Karlis Melderis
I spotted that Typescript is not protecting against wrongly applied Property decorators. ```ts export class Dto { @IsNumber() //
I noticed that `?|` operator is missing and we use it in one query. so I'm trying to implement it and came up with this ```ts db.public.registerOperator({ operator: '?|', left:...
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/node-jwks-rsa#readme) and [Examples](https://github.com/auth0/node-jwks-rsa/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have searched the [issues](https://github.com/auth0/node-jwks-rsa/issues) and have...
This is bit of a grey area but still would be nice if we wouldn't need to disable `@darraghor/nestjs-typed/api-property-matches-property-optionality` for every such property ``` @IsOptional() @IsString() @Expose() @ApiPropertyOptional({ type: String,...
there are some rules we would like to disable for selected workspaces our case is that we have auto generated SDKs from API spec and not all code is used...
## What happens? currently msw code is generating only faker code for response which is fine for mocking away API spec we're looking for an option to generate faker code...
### Did you read the migration guide? - [X] I have read the whole migration guide ### Is there an existing issue that is already proposing this? - [X] I...
### Feature Description Please consider adding [pglite](pglite.dev) as valid data source it would be great addition and would help to run test against real postgres like DB ### The Solution...
# Describe the bug I didn't check number conversion to string but we have tests where loo long string was passed down to TypeORM and tests passed for v2 pg-mem...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Please replace `cache-manager-redis-store` with `cache-manager-redis-yet` https://docs.nestjs.com/techniques/caching#different-stores https://github.com/nestjs/cache-manager/blob/master/package.json#L34C6-L34C31 `cache-manager-redis-store` is old, doesn't...