Stanislav Lanskoy
Stanislav Lanskoy
Also possible: ``` ... const outPath = await new Promise((resolve, reject) => { const childEditly = child.fork( 'node_modules/.bin/editly', ['--json', editlyPath], { silent: true, }, ); childEditly.stdout?.on('data', (message: Buffer) => {...
Fabric: https://github.com/fabricjs/fabric.js/blob/master/CHANGELOG.md#500 In particular, the file-type must at least be according to the types that editly provides. And upgraded the dependencies a bit.
I also posted this problem there. The fact is that nestjs-zeebe does not indicate transport. And you have to rewrite ZeebeWorker. Since when transport is not specified, it is suitable...