Benjamin DANIEL
Benjamin DANIEL
Ok, so I did that : ```typescript export class Parent { @Allow() public items: T[]; } export function createMyClass(type: ClassType): ClassType { class MyClassTyped { @Expose() @IsNotEmpty() @IsArray() @ValidateNested({ each:...
With version 8.0.3 and TypeScript 4.2.3, I get a wired error `Type 'string' is not assignable to type 'never'` (same as comment https://github.com/ajv-validator/ajv/issues/1521#issuecomment-810432163) if I set the strict mode of...
It's the `strictNullChecks` that is required to be true, as you said. Thanks to add it to the doc :)
Same, also happening on my Jenkins build, in version 12.18.4 The error : ```log $ nyc ava --verbose --serial test/ /home/app/dist/node_modules/is-plain-object/index.js:1 SyntaxError: Error parsing /home/app/dist/node_modules/isobject/package.json: Unexpected token , in JSON...
Is there any link with this issue (request/request#2499) ?
Thanks @simoneguidialea, but it's not yet available in InteliJ 2023.1.1 :disappointed:
Thanks, I think I'll have to switch to MongoDB 7 if I want to keep using Debian 12 : https://www.mongodb.com/docs/v6.0/administration/production-notes/#platform-support-matrix 
Hello, Does anyone know if this is related to [the end of life of OpenSSL V 1.1](https://endoflife.date/openssl) that end today, as Node 16 ? If so, it doesn't look like...
@wlievens The `\n` is visible : 
I have the same bug (with another table name, also with case-sensitive problem). TypeORM version : 0.3.28 SGBD : Postgres version 17 (I don't think the version really matter for...