Tom Huibregtse
Tom Huibregtse
We were running into issues wherein a folder id was reported as not found when creating a new folder on a team drive: ```python3 >>> client.drive.create_folder('test folder', folder='XXXX') Traceback (most...
### What happened? Hello, First of all, thank you for this creating and maintaining this project! We are looking at using it for our development and testing. I ran into...
If there is only one image in the carousel, is there a way to hide the left/right arrows for scrolling through the carousel? They seem out of place if you...
**Is your feature request related to a problem? Please describe.** It would be nice to be able to trash a spreadsheet instead of fully deleting it. The following code shows...
This closes #1456.
Need to remove https://github.com/jschneier/django-storages/blob/master/storages/backends/gcloud.py#L67-L68 per https://stackoverflow.com/questions/67744979/how-to-prevent-gcs-from-automatically-decompressing-objects-when-using-python-sd. Supersedes #1454.
Add Django ORM transport. This coincides with https://github.com/celery/celery/pull/9500 ``` Django Transport module for kombu. Kombu transport using Django ORM as the message store. Features ======== * Type: Virtual * Supports...
*Note*: Before submitting this pull request, please review our [contributing guidelines](https://docs.celeryq.dev/en/main/contributing.html). ## Description Add Django as a broker. This coincides with https://github.com/celery/kombu/pull/2228.