David

Results 6 issues of 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. ##...

enhancement

Hello I am implementing a Node interface with `DMF strategy`. Typings is telling me that the root object have a `__typename` field : ![image](https://user-images.githubusercontent.com/2098583/111879923-dbcba700-89a8-11eb-85f8-f4cfbfce9a6a.png) I am explicitly adding the `__typename`...

scope/types
type/improve

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": [...

fix-available
feature:faceting

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).