Matthew Douglass

Results 7 issues of Matthew Douglass

I would like to add options to the configuration file include/exclude that allowed you to specify a set of globs to scan for markdown files (similar to the way include/exclude...

This is a draft version of this PR and is not ready to merge as-is. I'm opening it to get feedback on it before finishing the work. While working on...

In worker threads, supports-color is unable to automatically detect color support. ```javascript const { Worker, isMainThread } = require('worker_threads') const supportsColor = require('supports-color') if (isMainThread) { console.log('mainThread, supportsColor.stdout', supportsColor.stdout) console.log('mainThread,...

This sets node v12 as the minimum (since that is the oldest supported version of node.js) and removes bluebird as it is no longer needed. It additionally updates a number...

I know the API doesn't strictly allow this, but if the promise returned by factory.validate rejects (instead of resolving with true/false) the resulting resolve is unhandled (b/c of a missing...

feature

## What was changed Change how `ensureApplicationFailure` and the `DefaultFailureConverter` handle `Error.cause` and `AggregateError.errors`. ## Why? - `ensureApplicationFailure` was not providing `Error.cause` to `ApplicationFailure.create` which meant that cause information was...