Eugene

Results 10 issues of Eugene

Have you considered adding a rule to check for missing keys? One possible use for that: on a system where application is running for some time and with periodical updates,...

I think it would be cool for this project to take part in the global Hacktoberfest event. Hacktoberfest celebrates open source and encourages participation in the open source community. More...

Asgiref [release 3.3.2](https://github.com/django/asgiref/pull/239/files) added type checks for functions passed to async_to_sync/sync_to_async.. Due to this, the _on_gql_start method [raises exception here](https://github.com/datadvance/DjangoChannelsGraphqlWs/blob/495d88fac63a0fafd7ae4346e91765cb5bc823b3/channels_graphql_ws/graphql_ws_consumer.py#L565) As per https://stackoverflow.com/a/52422903 - the bug appears on Python 3.7...

Currently, sessions that are cancelled while time is still left are counted towards daily stats. E.g. when the timer is cancelled when 10 mins is still left - it still...

enhancement

Hello! First of all, thank you for the detailed article and all the effort put into providing both explanation and working examples. On the other hand, I think it is...

There is an inconsistency in handling user tokens by cognito-local and "real" AWS Cognito. 1. [InitiateAuth](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_InitiateAuth.html) API call with USER_PASSWORD_AUTH flow returns tokens, namely: AccessToken, IdToken, RefreshToken. 2. If [AdminDisableUser](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminDisableUser.html)...

Скрипт установки проекта нужно доработать. - [ ] очищать файл README вместо удаления - [ ] добавить флаг отключения установки dev зависимостей - [ ] протестировать работу скрипта на Windows

enhancement

- вынести бизнес-логику парсинга и извлечения данных, а также pipelines в классы-сервисы

Для случаев, когда парсер простой и/или ссылок для обработки не так много, мы тягаем их из БД. Можно попробовать реализовать Scrapy extension, который бы тянул ссылки из БД и добавлял...

enhancement

[cookiecutter](https://github.com/cookiecutter/cookiecutter) - это утилита для быстрого развертывания проектов из репозиториев-шаблонов. Звучит как то, что нам нужно и может подойти. Нужно посмотреть детальнее, как работает эта утилита, и можем ли мы...

enhancement