Martin
Martin
I've seen several `cached_property` sources: * [functools.cached_property](https://docs.python.org/3/library/functools.html) (core python) * Django: [django.utils.functional](https://docs.djangoproject.com/en/3.2/ref/utils/#module-django.utils.functional) * Flask (werzeug) * PyPI [cached_property](https://pypi.org/project/cached-property/) (this project) I'd be pretty happy about an overview :-)
I think this combination is incompatible * STELLAR_CORE==15.2.0-440 * HORIZON==1.14.0-44 Horizon starts up fine, but when I want to submit a transaction I get: ``` { "type": "https://stellar.org/horizon-errors/server_error", "title": "Internal...
That makes it pretty useless to me, though
@drmclean You suggest to add the following config to fix the issue immediately: ``` BROKER_TRANSPORT_OPTIONS = {"max_retries": 3, "interval_start": 0, "interval_step": 0.2, "interval_max": 0.5} ``` I've seen that `max_retries=3` is...
I suspect that I might be running into this issue as I see some tasks disappearing. However, I have Celery 5.1.2 with RabbitMQ and already have those settings: ``` {...
With `flower==1.0.0` (latest version on PyPI): 
I'm not sure if this is the same: [How can I enforce 100% line coverage for test files in Python?](https://stackoverflow.com/questions/77915768/how-can-i-enforce-100-line-coverage-for-test-files-in-python)
I'm pretty sure advocate is dead #27 If people still want to install it: ``` pip install git+https://github.com/JordanMilne/Advocate.git#master ```
Seems as if there is still no update
This would fix https://github.com/psf/black/issues/4065