rayvincent2

Results 9 issues of rayvincent2

# Goals * Ensure modules that leverage node-config could be loaded dynamically (well after `config.get` was called) and the applications configuration became immutable (closes #572 - Late Loading) * Ensure...

needs-peer-review

I was having the same issue where I wanted to send a custom error response format when encountering a 401 or 403 when validating tokens. The solution that I went...

## [JENKINS-60630](https://issues.jenkins-ci.org/browse/JENKINS-60630) - Perform EnvVars expansion on GitSCMFileSystem BranchSpecs Updates the GitSCMFileSystem class to support expanding environment variables on provided BranchSpecs. ## Checklist _Put an `x` in the boxes that...

feature

Adds [Asynchronous schema compilation](https://github.com/ajv-validator/ajv/blob/master/docs/validation.md#asynchronous-schema-compilation) support. To reduce the complexity of the implementation, the `compile` command will only attempt asynchronous complication if only one schema is provided. When multiple schemas are...

#### Is your feature request related to a problem? Please describe. The largest driving factor for this adapter is to honor the `maxRedirects` setting in the browser. This issue was...

fetch

Fixes issue #3433 by ensuring that the timeouts are cleared if an error occurs

### Basic info: - **Node.js version:** 16.14.2 - **jsdom version:** 20.0.0 ### Minimal reproduction case When making more than one XMLHttpRequest in a test suite and one of them has...

This update fixes #55 and logs when a test starts running.

Is it expected behavior to ALWAYS publish buildinfo for any subproject that includes dependencies even if it wasn't targeted to deploy? Assuming that a project (root-project) has two subprojects (a,...