Timur Nurlygayanov
Timur Nurlygayanov
I'm trying basic example from https://towardsdatascience.com/build-a-custom-trained-object-detection-model-with-5-lines-of-code-713ba7f6c0fb my video card is "NVIDIA GeForce MX150" (laptop) with 2 Gb video RAM. OS: ubuntu 20.04 + NVidia driver 470 I have 61 custom...
POCO library is cool python library for android/ios automation. https://poco.readthedocs.io/en/latest/
## Steps to Reproduce the Problem 1. Create Service account and download JSON file with credentials 2. Run quickstart.py ## Expected Behavior The script works just fine, everything works from...
Hi, I'm trying to start Android emulator in docker and my setup is the following: Base OS: MacOS Catalina 10.15.7 Docker version 20.10.2, build 2291f61 browser.json: ``` { "android": {...
**Bug** Every time I'm running my simple script I'm getting an Exception at the end of the script, and the script works fine, but the exception looks strange. ``` Exception...
Hi, thank you very much for this cool library! It looks like I've found a bug or maybe I'm not properly using the parameters. Steps To Reproduce: ``` var opts...
Hi, I'm trying to install JamSpell with pip3 and get the following errors: ``` pip3 install jamspell Collecting jamspell Using cached https://files.pythonhosted.org/packages/5a/16/0a808e926a835604007066085cb2183b337694a06240a99945b31fa14f27/jamspell-0.0.11.tar.gz Building wheels for collected packages: jamspell Running setup.py...
Hi, thank you for the really useful library! My code: ```python3 data = yf.download(' '.join(TICKERS), start=START_DATE, end=END_DATE, group_by='ticker') ``` Sometimes during the downloading of the historical data, I can see...
Hi, I've found the following error in function expires_from_cache_control: we setting the duration to None and then trying to convert None to int, and it doesn't work properly. We need...