Miguel

Results 8 comments of Miguel

this guy should be the successor of @torvalds

It's happening to the Fiber version in Chrome Version 61.0.3163.100 (Official Build) (64-bit) for Windows 10 using the github hosted app. In Microsoft Edge seems to work.

I created this function to get all events for the test customer and process them, I use it in integration tests ```python import time import stripe from djstripe.models import Event...

I have the same issue, after a week did someone fix this?

I fixed this by doing `Invoice.upcoming(customer=c, expand=('discounts',))`

I listened the whole audio that @polytomous recorded in vocaroo, I think now I can start contributing to this project

@psviderski Thanks for the quick response! `Do you have any specific use case on your mind?` There are two use cases that I normally do (I use django as backend):...

For the pre-deployment hook, for my specific case, it will require to build and push first so that a machine can pull the latest changes to run the script. In...