Igor Davydenko
Igor Davydenko
By default Renderer server run at first free port after 8000, this MR allows plugin to configure server port via `prerender.serverConfig`
Hi, After adding `environ-config` to my projects with strict mypy config, I needed to provide numerous `# type: ignore` comments as `environ` is not typed yet. I would like to...
Tests for `django-mediafiles` project should be written with `tddspry` library.
Add basic example project that used `django-mediafiles` to the repo. This helps add tests for `django-mediafiles` project in future.
There is a nice suggestion from @jezdez at https://github.com/playpauseandstop/Flask-And-Redis/pull/16#issuecomment-464641560, > Oh, and another thing (which may be too much to ask): What if you'd ask the maintainers of Flask-Redis to...
Need to provide Python 2020 infrastructure for the library :), which means, - [ ] Integrating poetry - [ ] Using pre-commit hooks - [ ] Using type annotations &...
[Build #68](https://travis-ci.org/playpauseandstop/Flask-And-Redis/builds/495046231) at Travis CI failed cause Travis attempted to deploy (upload) new version of `Flask-And-Redis` library to PyPI from each Python version, which is wrong. Need to fix `.travis.yml`...
Dropbox earlier refused my attempt to deploy test application for Flask-Dropbox, but think I need to do one more try, maybe times changed ;)
Need to check if it is able to put badge and make actual Python 3 suppport as Flask 0.10 does it
Need to check that Flask-Dropbox still works properly after Dropbox 2.0.0 release