Emin Mastizada
Emin Mastizada
This change will allow both async and sync functions to be used as callable parameters for Async retries. Docs are not updated, please, inform if any other changes are needed....
I have created a test function to test receiving batch tasks: ``` @tiger.task(batch=True, queue="test_queue") def test_task(kwargs): print("-------") print(kwargs) print("--------") ``` For tiger configuration I have same for both sender and...
## Goal: A logo for Mozilla Azerbaijan community ## Info: It will be used in www.mozillaz.org (we are currently redesigning website) and in community accounts (twitter, facebook and etc.). Also...
Stretching image makes it ugly. Instead it would be better to: 1. Add default background (get color using parameter, default to white), 2. Resize image: The hight or width of...
This change will allow both async and sync functions to be used as callable parameters for Async retries. Docs are not updated, please, inform if any other changes are needed....
Usage of patterns is removed in Django 1.10. It needs small change in urls.py file (using array without "" instead of patterns()). Should I open pull request for that? There...
### What happened? When table schema is updated, it calls `BigQuery.updateTable` with PATCH method. With bigquery-emulator, it is returning the updated schema, however, `google-cloud-bigquery` plugin expects `tableReference` with `tableId` in...
Part of https://wiki.mozilla.org/L10n:Pontoon/Python_3 work.