Chris Alvares

Results 5 issues of Chris Alvares

Having elements outside of the normal adwords order causes issues with the sdk / api. Test Case ```js //this will work let operation = { operator: 'ADD', operand: { .......

This is in favor of using versioning inside the npm package vs keeping the bundled dependencies.

The issue is with lines 77-85 of client.js https://github.com/imartingraham/nomniture/blob/master/lib/client.js#L77-L85 PR Submitted: https://github.com/imartingraham/nomniture/pull/17

Not sure if this is the best way to accomplish this, and it might be a larger issue, but this seemed to fix #45

If the last character of a chunk is a double quote and the next character at the beginning of the next chunk is also a double quote, both characters will...