Henri Normak
Henri Normak
protobuf.js version: 6.11.2 Generated `toObject` functions should assign the string version of enum value 0 if they see unknown values when `enums: String` option is provided. Given this protobuf 3...
Slightly refactored PR from #43. @colinmorelli, if possible, please review this. My main concern is the fact that the access flag can not be changed once set without regenerating the...
**What does this PR do?** Allows configuring a custom URL to load Mixpanel.js from **Are there breaking changes in this PR?** No. **Any background context you want to provide?** Allows...
## Which problem is this PR solving? Currently, the OTLP HTTP exporters in Node environments only allow providing a configuration for the underlying Agent used when making the requests, however,...
With nested functions/definitions, an error occurs when the inner value is not defined on the parameters/payload. Minimal example that causes this problem: ``` var mappingTemplate = require('api-gateway-mapping-template'); var template =...
**Type:** :new: **Description:** Currently, none of the scripts are covered by tests. Add tests to at least cover the core functionality in `deploy` and `deploy-single`, as these two affect production...