Bill Huneke

Results 11 comments of Bill Huneke

I've started an implentation of this on my fork: wahuneke/django-stripe-payments branch: basic_stripe_connect Very basic so far, just a start. A few things needed: 1) webhooks intgr, 2) a create function...

agreed. I'm going to focus my work on the pydanny fork as well, it already has most of the things I need

The code here: https://github.com/wahuneke/django-stripe-payments/tree/20s_production is in production and processes payments every day for the last 2 years. It does not do anything with webhooks. I won't be working on that...

Would you be interested in seeing a POC version using a 'dynamic code' approach? The concept here would be: at the first attempt to run hooks through HookRelay, we 'precompile'...

> It's not quite clear what you mean by that, > > Cython is currently Most likely to create a spedup > > Certain refactoring need to be added first...

It looks like progress here may have stalled, so I took a crack at it. @RonnyPfannschmidt please tell me your thoughts about the draft solution in PR #447 . Am...

That would also get around the uncomfortable element in the code I'm submitting, where I catch _all exceptions_ in order to get around some pytest weirdness. Fewer instances of 'catch...

Is this a dupe of #235 ? Commenting here in order to create a link between the issues

I, too, would like to add my gratitude to @hackebrot for creating this important tool and, second, express an interest in seeing it transferred to a group of people who...

Thank you for the pointers. I have looked over `runner.py` and can see that this may be the place to start. I also like the suggestion of starting with async...