Sergey Lyapustin
Sergey Lyapustin
@EndLess728 Can confirm the same issue on iOS as well.
@Buuntu If you are using docker-compose and try to access DynamoDB from another service - you need to make sure you are referencing the DynamoDB instance via the correct hostname...
Are there any updates on that? @ikonst Any suggestion on how that might be implemented?
I think the idea behind that request is to have two methods with consistent implementation. As of now, we have an option to wait in the `create_table()` but there is...
Why this was closed? Do you want a PR?
@ashwin31 I see some work here already been done by @nikhila05 [here](https://github.com/MicroPyramid/Django-CRM/pull/13). Do you know what happen with those changes?
@gilsondev Did you see updated code inside Docker container? Which version of Docker you use and on which host OS?
@carltongibson How it should look in the `CHANNEL_LAYERS` configuration? ```python CHANNEL_LAYERS = { "default": { "BACKEND": "channels_redis.core.RedisChannelLayer", # how to pass `socket_connect_timeout`, `socket_timeout` and etc? } } ```
This might be relevant to #331
@dcwatson No, I don't think anything has been changed on my side other than django-pgcrypto. The steps on my side to get UnicodeDecodeError are: 1) `pip install django-pgcrypto==2.0.0` 2) `Profile.objects.get(pk=1).email`...