Vladimir Bodnartchouk

Results 5 issues of Vladimir Bodnartchouk

I've installed from github as specified in the README. ``` yturl 'https://www.youtube.com/watch?v=xiX9YQ0Dem0' Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/bin/yturl", line 11, in sys.exit(main()) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/yturl.py", line 152, in main itag_to_url_map...

On mac with python 3.9.9: ``` Pyo warning: Portaudio input device `MacBook Pro Microphone` has fewer channels (1) than requested (2). ||PaMacCore (AUHAL)|| Error on line 1301: err='-66748', msg=Unknown Error...

Hello, on mac os 10.14.2, i've installed python 3.6 from https://www.python.org/ftp/python/3.6.8/python-3.6.8-macosx10.9.pkg Jep 3.8.2 is correctly installed: ``` > /Library/Frameworks/Python.framework/Versions/3.6/bin/pip3 install jep Collecting jep Installing collected packages: jep Successfully installed jep-3.8.2...

improvement
macOS
environment

Hello, i'm using array support from slick-pg v0.21.1 for slick v3.4.1, i have a column typed in postgres as an array of double `double precision[]` mapped to List[Double] : ```...

Hello, os: Macos ventura 13.4 python version: 3.10.9 I've successfully cloned and installed but when i try to quantize a song from youtube i get this error: ``` me@MBP polymath...