Hugo
Hugo
The documentation website should redirect to the last stable release by default. It currently redirects to the docs for latest main. I’ll reopen this since that ought to be addressed.
Can you share you `urls.py`? Did you add the URLs mentioned in the documentation? https://django-payments.readthedocs.io/en/latest/install.html#configure-django
Was this working for you with a previous version of `django-payments`?
Isn't there a lot of overlap in models, webhooks, etc?
There exist 2^122 unique UUID4. Even on a database with billions of rows, the change of collision is negligible. I think that the code in place is already an overkill;...
No, it is unnecessary. Unless you process billions of payments per seconds during several centuries, it is unlikely that you'll ever have a collision.
I think that we need test that cover this specific branch, since this seems intimately related to https://github.com/jazzband/django-payments/issues/378
Any updated on this? We're seeing some breakage downstream because of this issue.
Oh, it's vcard data, but I got the extension wrong when uploading it. I'll try again tomorrow with the right extension.
I think what I need to do is somehow tell sway to "reset" it's idle timer when the system wakes up from sleep -- which would eventually make swayidle trigger...