Clint Olsen
Clint Olsen
I'm current at git tag `v2.38.0.999-e14e4d74-5-g970544b` Platform: Gigabyte BRIX i5-4200 w/Linux Mint 18.3 (Ubuntu 16.04 LTS) I installed the requirements: mpv, ffmpeg, Qt 5.9.5 Running cmake, I get: `~/Downloads/plex-media-player/build$ cmake...
Much like the description of https://github.com/pallets/click/issues/1340 which was closed, click's handling of `--` is arguably not correct. It's a fairly universal behavior that option parsing should STOP when this token...
I'm still trying to isolate a testcase, but I'm seeing this with a particular dataset: File "/opt/local/python-3.6.1/lib/python3.6/site-packages/pygal/graph/public.py", line 114, in render_to_file f.write(self.render(is_unicode=True, **kwargs)) File "/opt/local/python-3.6.1/lib/python3.6/site-packages/pygal/graph/public.py", line 52, in render self.setup(**kwargs)...
Hi, I'm using 2.4.0 and when I declare a Pie like so: pie = pygal.Pie(print_lablels=True, print_values=True) I would expect to see both labels and values. The examples show more bar...