Lars-Kristian Dahl
Lars-Kristian Dahl
I've looked at this, and unfortunately it does not. That proposal concerns the top-level redirect function on `GoRouter`, while my concern is with the route-level redirects, defined by `GoRouteData.redirect()`. After...
Also encountering this issue, and this is a pretty major blocker for us :(
We've fixed this by applying the following monkeypatch. Has been running stable in production for a long time. ```python def monkeypatch_application_fee(): """ Stripe is unable to synchronize ApplicationFees by default,...
I would not recommend collecting card details or adding payment methods using this library anymore, as you will be required to fill in the SAC D form for PCI compliance,...
We are also interested in a timeframe for the updated version?
I would be happy to accept pull requests
Using threads like that really won't make much of a difference, and the API you are using is very old, manually creating threads. Most of the time is spent waiting...
I am however not able to reproduce this bug, however, the hardware I'm running at isn't the fastest. In any case, I would first try to use async and possibly...
Do you mind explaining how the threadpool is causing the exception? Also, do you use the async methods in your real code ? Let me know if you need any...
I think the history endpoint has been removed completely, haven't used emd in a long time. The config looks correct. On Dec 23, 2016 21:51, "themightymanuel" wrote: > I have:...