Vlastimil Zíma
Vlastimil Zíma
When using `major.minor.bugfix` versions, a change in supported Django versions should come with the minor version, not the bugfix version change. Current status of 0.5.1 not working with Django 1.10...
A generic JS which would provide a captcha reload functionality would help a lot.
Django provide standard way to override settings with `override_settings` decorator. Sadly this doesn't work for `FCM_DJANGO_SETTINGS`.
I discovered that `floatformat` may round up high precision decimal numbers. The underlying cause is that the first attempt to convert input to a decimal is written in a way...
We discovered an unexpected error with tox plugins. Using both installed plugins and `requires` keyword may cause local plugins to be disabled. When `requires` is used and it contains a...
Addition of parallel runs and dependencies is awesome, but we quite miss any support for factors or glob patterns in the `depends` option. In case we have several environments ```...
It would be nice to have support of `Path` objects for filenames.
I found out, that a shell completion doesn't work on scripts with a dot in their name, mainly the scripts themselves (without an entry point linked) or entry points with...
Compilation of proto files using 2.0.0b3 ```sh protoc -I . --python_betterproto_out=prototest base.proto example.proto ``` ```proto # base.proto syntax = "proto3"; package Foo; message Bar { string value = 1; }...
In case I want to play live stream, I download the playlist from one location and get few segments from continuing stream. I'd like have an function which merges these...