André Cimander

Results 4 issues of André Cimander

Hi, I created a custom actor decorator that allows settings parameter defaults in the Django settings for one of my projects and thought it might be a useful addition. Thank...

Since I saw some issues related to the result middleware and django_dramatiq lately, I think it might be sensible to be more strict and descriptive when using the result middleware...

This is kinda a chimeric issue. Related to my https://github.com/kiwicom/pytest-recording/issues/68, `block_network` should also have the option to set `allowed_hosts` via vcr_config, imho. But then I thought "aren't the `ignore_localhost` and...

Status: Review Needed
Type: Feature

> .venv/lib/python3.12/site-packages/luigi/parameter.py:408 /workspaces/.venv/lib/python3.12/site-packages/luigi/parameter.py:408: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC). _UNIX_EPOCH = datetime.datetime.utcfromtimestamp(0) Would be...