Jefferson Rylee

Results 3 comments of Jefferson Rylee

You can pipe `archive` to a `Writable` stream and manually handle the chunks. Example: ```javascript import archiver from 'archiver'; import fs from 'fs'; import { Writable } from 'stream'; /**...

I would love to have more control and configuration options for this. My idea is having a toggle button for each instrument: 1. Partial Enabled (icon: piano with volume symbol,...

Might be off-topic, but here is another workaround to keep the typings: ```typescript // rollup.config.ts import _eslint from '@rollup/plugin-eslint'; import _typescript from '@rollup/plugin-typescript'; // NOTE: remove once import errors are...