Sasha Savchuk

Results 20 issues of Sasha Savchuk

e.g. Rate Limiter

When I use that package in my `Django 1.8.4` project I get these warnings: ``` /home/linch/.pyenv/versions/metrophysics/lib/python3.4/site-packages/class_based_auth_views/views.py:63: RemovedInDjango19Warning: `request.REQUEST` is deprecated, use `request.GET` or `request.POST` instead. redirect_to = self.request.REQUEST.get(self.redirect_field_name, '') /home/linch/.pyenv/versions/metrophysics/lib/python3.4/site-packages/django/core/handlers/wsgi.py:126:...

At now only organization packages is supported, we need to add user packages support.

- linux/amd64 - linux/arm64 - linux/386 - windows?

Inspired by https://github.com/aiogram/telegram-bot-api/tree/master/example/nginx

💬 need to discuss

We can create `docker-entrypoint.sh` where place logic of add optional command line arguments via env, for example: instead of ```yaml command: --http-port=80 --max-connections=3000 ``` use env like this: ```yaml environment:...

💬 need to discuss

- [ ] define sum type for `BackgroundFill` and `BackgroundType` (may be generate?)