Matt Blanchette
Matt Blanchette
The renderVariables always returns variables with 0 numeric values (falsy) as empty string. Similar would happen for variables with value of false. For example: `log: "{{ zero }}"`
` match: json: "$.numberId" value: "{{ numberId }}"` The JSONPath here returns a numeric value. The variable value is always returned as a string (using string replace). The match exact...
**Steps:** 1. Upgrade from 9.2.1 to 10.0.0 or 10.0.1 3. Typescript compilation fails: ``` error TS2688: Cannot find type definition file for 'long'. The file is in the program because:...
#### Steps: 1. Upgrade from 9.2.1 to 10.0.1, using latest google-gax 5.0.3 and latest protobufjs 7.5.3 2. Datastore.keyFromLegacyUrlsafe fails on first call with `Error: invalid wire type 4 at offset...