smcoll
smcoll
@rnicholus are you saying that some params sent to the signature url (like the token) would have to be ignored when generating the signature? Which would be a server-side consideration?...
Understandably. Would any changes be required if the token could be send in the header instead? That would be just as acceptable to me.
Appears to have something to do with [`PositionField.get_internal_type()`](https://github.com/jpwatts/django-positions/blob/v0.5.2/positions/fields.py#L63) which reports to the database that it is a `PositiveIntegerField`. i think this causes a constraint to be written such that the...
It seems that Django migrations is likely using the default value of `-1` at the database level when creating the new column for existing records, which is invalid for a...
https://github.com/adamhaney/django-ondelta/pull/6 seemed to fix this; confirm?
Although, to support Django 1.8, we'll need to implement _meta.get_fields() instead: https://docs.djangoproject.com/en/1.8/ref/models/meta/#django.db.models.options.Options.get_fields
Yes, if publishing images is not on the roadmap, at least a user guide would be great. Should i open a separate issue? It's been a long time since i...
i do still have this issue. Also, at https://localstack-community.slack.com/signup#/domain-signup my google SSO is not accepted ("The email address must match one of the domains listed below. Please try another email.")....
i have the same issue: ``` $ localstack --version 2.2.0 $ localstack update docker-images ───────────────────────────────────── Updating docker images ────────────────────────────────────── ✔ Image public.ecr.aws/lambda/python:3.9 updated. ✔ Image localstack/localstack:0.12.18 up-to-date. ✔ Image lambci/lambda:python3.8...
@steffyP same output: ``` $ docker pull localstack/localstack:latest latest: Pulling from localstack/localstack 7dbc1adf280e: Extracting [========> ] 5.243MB/31.42MB7dbc1adf280e: Pull complete 4171d440ff02: Pull complete 1bde28236607: Pull complete 28f4c351f921: Pull complete 78fa60ffcbfa: Pull...