Jefferson Rylee

Results 6 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...

Might also be related to #5355. Currently, the watch mode does a `glob.sync()` on the `watchIgnore` paths, which is probably expensive and would take a while especially if `node_modules` is...

Same here for **PH315-54**, turbo does not work with the latest updates. ``` $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04.1 LTS Release: 24.04...

I did some logging on my end (mocha ^11.6.0) and found a few things: Snippet 1: https://github.com/mochajs/mocha/blob/e68b9a64b3e36c464d0ec565c28e2ffc5b579dd3/lib/cli/watch-run.js#L210-L212 Snippet 2: https://github.com/mochajs/mocha/blob/e68b9a64b3e36c464d0ec565c28e2ffc5b579dd3/lib/cli/watch-run.js#L226-L233 Might not be entirely related here, but file changes would...