David
David
## Description Currently you can't use a processor coded with ES module syntax (export keyword) It works by importing the job into index.mjs, but I want to separate processes. ##...
Hello I am implementing a Node interface with `DMF strategy`. Typings is telling me that the root object have a `__typename` field :  I am explicitly adding the `__typename`...
Hi. Sorry for my english, I am french. You did a really nice API ! I would love to see a streaming fonction in your class, and the possibility to...
Hi. Excuse my bad english, I'm french. I'm trying to make a streaming service with node and VLC web plugin. ``` javascript var mega = require('mega'); var express = require('express');...
## Description Parent of nested object array is the array of object itself and not the parent object ## Steps to reproduce **Create collection** ```json { "name": "vids", "fields": [...
Hello. First thanks you for this awesome library that made my S3 dependencies so much lighter. The only thing missing for me is an alternative to [@aws-sdk/s3-presigned-post](https://www.npmjs.com/package/@aws-sdk/s3-presigned-post).