Andrew Bradley

Results 542 comments of Andrew Bradley
trafficstars

> How would you ship β€œopt-in” types? I haven't verified that this works, but I have an idea. Maybe the TypeScript team knows if it's do-able. We could ship a...

I switched on checkJs and it's already finding bugs / code smells. It's cool to see this pay off in other ways. For example, https://github.com/mochajs/mocha/blob/master/lib/cli/run-helpers.js#L85 doesn't match https://nodejs.org/api/fs.html#fs_fs_existssync_path

I'm at a stopping point with #4156 for the moment. It builds the declarations and tests them against `mocha-tests.ts` from DefinitelyTyped. They fail, so there's still work to do. It's...

Has anyone had a chance to look at this? Do you have any questions?

It was suggested above that nock should attempt to intercept requests at the network level. An alternative proposal: nock can implement an undici `Dispatcher` undici sends all requests to the...

> Use Mitm or a similar module for intercepting requests instead of overwriting http.ClientRequest entirely Is the goal still to use mitm, or to switch to @gr2m/node-net-interceptor? I was looking...

I enabled the verbose tracing, and I'm seeing a Java Exception logged about "too many open files." I'm guessing it's trying to recursively traverse my node_modules directory to search for...

I'm not sure, does it use threads even when running the prettier plugin? I'm primarily concerned with the case where zero files actually require formatting, so the cache is checked...

I've started hitting this since some of the projects I work on have switched to a `main` branch instead of `master`.

Can't you just setup your normal lerna project, then `cd packages`, then `npx typescript-starter`? What am I missing?