Luke Cousins

Results 26 issues of Luke Cousins

Fixes #217 (allows installing on Python 3.13). Thanks 😄

- Resolves #188 - Resolves #181 - Fixes default of `IMGPROXY_MAX_SRC_RESOLUTION` to match the current default - Updates the version tag to the current latest

Would it be possible for this repo to be updated to support the latest config? Thank you.

DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC)

```json "ns": { "province": "ns", "start": "2025-04-01 00:00:00", "type": "hst", "gst": 0.05, "pst": 0.09, "hst": 0.14, "applicable": 0.14, "source": "https:\/\/news.novascotia.ca\/en\/2024\/10\/23\/nova-scotias-hst-drop-2025", "updated_at": "2025-02-16 19:16:16", "incoming_changes": false }, ``` But we are...

I think this is a bug, but it could be me doing something wrong. Assume that the file `app/data/PaymentMethods.py` contains: ```python from django.db import models from django.utils.translation import gettext_lazy as...