Carlos Ingles

Results 3 comments of Carlos Ingles

Thanks to @propattern for the workaround, this has also worked for our environments. However, upon further investigation we have managed to fix the problem without downgrading `npm` and have done...

As a work around, you can use the `ObtainSchemaGeneric` type to add the virtual types: ```ts import { Schema, InferSchemaType, ObtainSchemaGeneric } from 'mongoose'; ... type User = InferSchemaType &...

For those looking for a solution, I used [exif-parser](https://github.com/bwindels/exif-parser), here's an example below using the batch function: ``` Javascript var fs = require('fs'); var exif = require('exif-parser'); var lwip =...