Yilun Ding

Results 3 issues of Yilun Ding

This is related to #340 since the fix is not ideal and has side effects. I'd like opinions on best way to resolve. I have AWS_S3_ENDPOINT environment variable set and...

Related to issue #1015, I think the problem is line 117 in vosk-api\python\vosk\\\__init__.py ` urlretrieve(MODEL_PRE_URL + str(model_name.name) + ".zip", str(model_name) + ".zip", reporthook=reporthook, data=None) ` An alternative like requests.get() works...

I put in a fix to handle large XML, else you get a "Invalid XML content received... huge text node" with the current lxml library. I overrode Class(Five9). I don't...