salos1982

Results 6 comments of salos1982

I have issues with private key file. I specified key file that works well with Filezilla and terminal ssh client but snowflake cannot connect with this key. I do not...

I have the same issue. I cannot use Axios version 1.0 and higher in typescript because I could not use any of its methods.

Now I have issue with validating mimetypes for svg. This is upload data ```export class ImageUploadData { @IsFile() @MaxFileSize(5 * 1024 * 1024) @HasMimeType(['image/jpeg', 'image/png', 'image/webp', 'image/svg+xml']) @ApiProperty() file: MemoryStoredFile;...

Issue is in file-type dependency. It is not reliable source of mime type. It replaces correct with possible but wrong.

Also On the latest nest.js it seems that all geberated properties are omited then I use decorator Body(). So I have no mimeType property at all