Joel Taylor

Results 7 comments of Joel Taylor

@brandonl-stripe @ob-stripe is this still inline with current direction the gem is headed? If so, I'd be happy to spike on a PR.

@brandur-stripe I've been playing around with a few different routes and settled on leveraging the ability to pass a client instance to `Stripe::ApiOperations::Request::ClassMethods.request`. Figured I'd share a brief example in...

@brandonl-stripe Happy to help! Yeah, that's the intended usage that would be achieved with the approach I outlined. I'll go ahead and hammer out a PR for further review. Thanks!

Hmm that's weird. Granted, I've yet to get my non-docker local setup to work with Google. I probably have the credentials setup wrong. Happy to help once I get it...

@olivierlacan I just got my credentials working and google oauth is working as expected within docker. Might be a ENV config issue?

@b-onc I get around this by doing `public_files = (git.modified_files + git.added_files)`

I also found the default behavior to be unexpected. I'll happily open a PR to address this if we can get input on whether this is a bug or intentional...