Ihor
Ihor
I encountered a TypeError error during sending messages, because it tried to add an integer and a list in tasks.py. I have been searching for the reason and found a...
* (fix): when --include-private is not passed stubgen omits packages and modules which names start with "_" and do not end with "__" ___ This commit aims to close #16808....
Nothing much, updated several docstrings. ___ * (docs): update docstrings in `.check_override()`, add missing args description * (docs): update docstring in `maybe_process_conditional_comparison()`, add missings args description
I have Tsung v1.7.0 in my local machine and i try to run websocket tests. Everything goes well. I created a Dockerfile with Erlang 18 (the same as I have...
I encountered `ImportError` while `python manage.py test myapp --nomigrations`. Here is full log: ``` Traceback (most recent call last): File "v4/manage.py", line 18, in execute_from_command_line(sys.argv) File "/home//workspace/reborn_project/project/v4/venv2.7/lib/python2.7/site-packages/django/core/management/__init__.py", line 364, in...
### Context: Python 3.11.4 PixivPy 3.7.5 ### Steps to reproduce 1. Run demo.py: `python ./demo.py` 2. Error occurs when calling `aapi.illust_comments(59580629)`. ### Description There in `illust_comments()` method, [`self.no_auth_requests_call(...)`](https://github.com/upbit/pixivpy/blob/3273654796ebe1520c17145dd8e213f946a34682/pixivpy3/aapi.py#L287) seems to...
Taken measures according to warning: https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow Does not affect any logic and behavior. ___ * (fix): precaution of `.utcnow()` is deprecated
It seems like something tried to eat all of my memory. When trying to run via inference_realesrgan.py. A command to run: ```powershell (real-esrgan) PS C:\Users\***\Real-ESRGAN> python .\inference_realesrgan.py -n RealESRGAN_x4plus_anime_6B.pth -i...