Results 11 issues of Brandon Copley

Can you add addressZip, etc. to the Readme? I found it in the code, but the documentation is hidden really well at the bottom there. Listing all the options would...

I don't see this in the documentation, but is offline conversion tracking possible with this api? https://developers.google.com/adwords/api/docs/guides/conversion-tracking

There is a bug in 3.1.0 version of passport-local-mongoose in line 52. if (crypto.pbkdf2.length >= 6) { This line in Node >4 is an odd line, because crypto.pbkdf2 is not...

bug

I am trying to use chained payments, but I am noticing that the secondary receiver is being charged fees as if this was a split payment. How to solve? ```...

I am getting this error when trying to run this code - it appears zxing is installed: computer$ java -cp javase/javase.jar:core/core.jar com.google.zxing.client.j2se.CommandLineRunner Decode barcode images using the ZXing library usage:...

I know this isn't client facing, however there is a security issue with fsevents that should be updated. The goal is to update tough-cookie so it either isn't used, or...

``` {{@index}} ``` will crash my app when placed inside ``` {{#each images}} {{> image}} {{/each}} ```

### Feature description We have used the current docker guide for puppeteer, and the issue I'm having is for the life of me, I can't get puppeteer to run under...

feature
P3

When running usps.verify({ street1: 'Rocky Point 🏡', street2: '', city: 'Austin', state: 'Tx', zip: '78749' } usps.verify will crash. It appears it's important for this toolkit to throw away emoji's...

[TypeError: Cannot assign to read only property 'checkKeys' of true] passport-local-mongoose 1.0.1 timestamps 0.4.0 ``` var mongoose = require('mongoose'); var passportLocalMongoose = require('passport-local-mongoose'); var timestamps = require('mongoose-timestamp'); var Schema =...