Kristian Barrett
Kristian Barrett
I found a rather hacky way of doing this: ``` import { Injectable } from '@nestjs/common'; import * as avro from 'avsc'; import * as crc32 from 'buffer-crc32'; import *...
I have the same issue as described here. Would be great with some kind of resolution as it both takes a long time to load on cold start and it...
I completely agree. I was trying to make sense of this library to add functionality of uploading a file from a stream instead of the hard-coded file path upload that...