rachmadani haryono

Results 116 comments of rachmadani haryono

@Jimbolino i'm on ubuntu 21.10 with python3.9 can install levenstein without problem and also can you post full error text e: your current error text little bit different than this...

if #510 accepted i will remove that part from pr

i forget to document SytemExit when the function calling sys.exit https://github.com/ThioJoe/YT-Spammer-Purge/blob/224bb22306fa3d354c94c43b0ea048abf8ce903a/Scripts/operations.py#L880 there is also error on type hint for miscData it should be some object with `resources` attribute, which is...

unit test for the function (?)

how do you test the program? how do you make sure the function work as intended?

> I usually just try to make functions have a simple purpose so there aren't too many situations to test. currently some function have comment that describe its function (and...

Scripts/operations.pyi is generated from mypy's stubgen i also add `from typing import Union` test is also matched with current exclude_authors return variable --- initial pyright ```python No configuration file found....

try install new version 2.8.0 and check if the same issue exist

i can confirm this https://github.com/iamtalhaasghar/yewtube/blob/67e5be7b5aa02d25f1242fbd105325f6374bef36/mps_youtube/commands/search.py#L276-L303 it just mean all option will be ignored and yewtube will do normal search there is possibility to create custom search but i have to...