Illia Ananich

Results 13 issues of Illia Ananich

I propose to add some special character to the [`utils.misc.load_object`](https://github.com/scrapy/scrapy/blob/master/scrapy/utils/misc.py#L31) function's `path` argument, for example `:` to mark attribute(s) to be loaded too. #### Background Issue created as part of...

enhancement
discuss

Encountered peculiar case when using `fastmtcnn` detector backend - it raises TypeError that is not caught by deepface wrapper. Happens at `deepface/detectors/FastMtCnn.py:47` : ```python if len(detections[0]) > 0: ``` at...

bug

Looks like pipenv expects `pymorphy2-dict-ru` package to exist and be installed. Output from `pipenv install pymorphy2-dicts-ru`: ```[pipenv.exceptions.ResolutionFailure]: pipenv.exceptions.ResolutionFailure: ERROR: ERROR: Could not find a version that matches pymorphy2-dict-ru [pipenv.exceptions.ResolutionFailure]: No...