Jerry Pussinen

Results 23 issues of Jerry Pussinen

OpenCV `putText` does not seem to support newlines so this requires some logic to be implemented. Some things to think about: - a config var for max length per line?...

enhancement
good first issue

This would be neat 🐶.

enhancement
help wanted

Profiling of the detection algorithms (with some command line options) would be a nice feature for comparing the performance of dlib and opencv.

enhancement

For example, if cigar/glasses image does not fit on top of the original image, the traceback is something like this: `File "/Users/user/.virtualenvs/user-venv/lib/python3.5/site-packages/thug/meme/thug.py", line 122, in _draw_on_top background = cv2.bitwise_and(background, background,...

bug

In short, this: `pytest --splits 3 --group 1` results in this ``` File "/home/user/.venv/lib/python3.8/site-packages/pytest_split/plugin.py", line 114, in _calculate_suite_start_and_end_idx avg_duration_per_test = sum(stored_durations.values()) / len(stored_durations) ZeroDivisionError: division by zero ``` if there's...

bug

Remove these https://github.com/jerry-git/pytest-split/blob/37005b54055d808782f01e019c8e3ca670726c5e/src/pytest_split/plugin.py#L89-L96 once this is solved https://github.com/spulec/freezegun/issues/286

**Version**: * redis-py: 3.5.3 **Platform**: * Python 3.9.5 **Description**: Network hiccup results in ~15 minutes hang before `TimeoutError` is raised although `socket_timeout` is defined while instantiating the client. The client...

Stale

Example buggy test code: ```python import pytest @pytest.fixture def my_fixture(): ... def test_foo(): my_fixture() ``` If it's ran without this plugin, pytest gives: ``` Fixture "my_fixture" called directly. Fixtures are...

It'd be easier to maintain if we'd have dedicated repos for different implementations (Swift / C / Kotlin / TypeScript). We could follow the example of the Python implementation: it...

enhancement