Bryce Guinta
Bryce Guinta
I ended up stripping asciimatics of dependencies as well (pyfiglet, Pillow, and future), but now I'm stuck on an older version. Definitely would like to see Pillow as optional.
Thanks for working on this Peter. With latest version of setuptools I'm getting an exception when i run the `slim_tui` branch with `python setup.py install`, `pip install '.[tui]'`, or `pip...
Sweet. I'm making a conda package for asciimatics (since I use the conda toolchain, which also requires me to make a pyfiglet conda package). When you get this branch into...
the typing astroid brain is trying to create a class for this function. I'm not too sure why the commiter wanted that to happen. If I copy the relevant code...
I think if I change the brain to make the psuedo class inherit from the given type (e.g. List[int]) it would fix this issue and provide a platform for future...
Thank you for the example code @anders-kiaer --- With `max_inferred` = 100 The return types are: `[, Uninferable]` Only one positive return type --- With `max_inferred` = 500 The return...
You can apply the annotation directly to the source images after `read_im_and_get_landmarks` ``` im1, landmarks1 = read_im_and_landmarks(sys.argv[1]) im2, landmarks2 = read_im_and_landmarks(sys.argv[2]) im1_annotated = annotate_landmarks(im1, landmarks1) im2_annotated = annotate_landmarks(im2, landmarks2) cv2.imwrite('output-src1-annotate.jpg',...
Do we want a regression test?
- [x] yapf - [x] balloob/home-assistant - [x] dbcli/pgcli - [x] requests - [x] pandas --- I did a google bigquery for github repos that have a pylintrc file. I'll...
Yeah, I'll be adding some docs to https://github.com/brycepg/pylint-corpus I've decided to just download source of each python repository into the corpus repository, so I don't have to worry about performance...