Results 20 comments of Robpol86
trafficstars

``` python # coding: utf-8 """Test function in module.""" import pytest from colorama import Fore from colorclass import Color from termcolor import colored from terminaltables.width_and_alignment import truncate @pytest.mark.parametrize('string,max_length,expected_str,expected_len', [ ('TEST',...

``` python # coding: utf-8 """Test function in module.""" import pytest from colorama import Fore, Style from colorclass import Color from termcolor import colored from terminaltables.build import build_border @pytest.mark.parametrize('column_widths,horizontal,left,intersect,right,expected', [...

I believe it's this: https://github.com/pallets/click/blob/master/docs/clickdoctools.py There's no documentation since it's custom written for click.

Currently terminaltables doesn't wrap/truncate cells, so it doesn't set widths, widths depend on the strings in cells. Perhaps once I implement https://github.com/Robpol86/terminaltables/issues/5 I'll consider this.

I would probably put it in manage.py but I haven't had to implement migration in a Flask app using this template so I'm not too sure.

Sorry for the silence. I've been low on free time with the new job and moving apartments. I'm also trying to finish setting up my new home server before my...

I made https://github.com/Robpol86/appveyor-artifacts while I wait for Coveralls to support multiple CIs. It's Python only though (haven't tested it with any other coverage file format). It's similar to what xolox...

I need more context. If your program is small can you include it? If you can't share the source can you turn on logging and include the raw data the...

Usually when items in `tb` evaluate to None it means that the kernel/driver did not have that data to populate the dictionary with. This library is really designed for people...

I wish I could get this working but wasn't able to today. Looks like the root cause is Alpine not shipping glibc, which makemkvcon links against. I tried using https://hub.docker.com/r/frolvlad/alpine-glibc/...