Gerard Dalmau

Results 9 issues of Gerard Dalmau

Implement `__hash__` function on `DateTimeRange` to be able to use it, for example, in combination with the decorator `@lru_cache`.

enhancement

### Description This adds the badge [![GitHub release](https://img.shields.io/github/release/kmikiy/SpotMenu.svg)](../../releases/latest) to README in order to show the latest version of SpotMenu It is provided by http://shields.io/ and uses the [latest release of...

# Description Update localise strings for Catalan

In https://django-storages.readthedocs.io/en/latest/backends/gcloud.html#getting-started it shows that we can configure `STATICFILES_STORAGE = 'storages.backends.gcloud.GoogleCloudStorage'` to upload the static files to a Google Cloud Storage bucket, but all the files will be uploaded on...

# Description I was using https://github.com/simion/pip-upgrader for a while and having the following structure: ``` requirements/ base.txt dev.txt prod.txt ``` I could update all of them using `pip-upgrade requirements/*.txt`. It...

feature request

# Description It would be good to be able to use this context manager/decorator as a way to tell the tests to just freeze time without having to specify any...

Currently the `timedelta` scalar serializer returns a float equivalent to the total amount of seconds. https://github.com/reset-button/ariadne_django/blob/5a7c9d15a2b0e0baa8b7e7aad032c738a3dcd1fe/ariadne_django/scalars/timedelta.py#L10-L12 It could be an idea to return the ISO format for durations (see https://en.wikipedia.org/wiki/ISO_8601#Durations)....

## Setting affected Django Q2 provides a [`catch_up` setting](https://django-q2.readthedocs.io/en/master/configure.html#catch-up), which is global and it affects all of the Schedules, as it can be seen in the following code: https://github.com/django-q2/django-q2/blob/v1.7.2/django_q/scheduler.py#L76-L81 ##...