Anton Kudryavtsev

Results 17 comments of Anton Kudryavtsev

Also noticed this problem, it becomes the most obvious when there are any large files in the project folder (usually artifacts such as executable files, which are not yet in...

Also, please notice, I have added myself to the package contributors: https://github.com/allseeteam/yandexgpt-python/blob/87e36c047dd412ec2cdf85949bdb2c3a28383efe/pyproject.toml#L9 Let me know, if you are okay with that

Hmm, seems like type linting fails to resolve: ``` strawberry/dataloader.py:87: error: No overload variant of "pop" of "dict" matches argument types "Hashable", "None" [call-overload] ``` However, a overload exist: ```...

Seems thats all check passed, waiting for the review

> @Dartt0n in what cases would this be useful? 😊 > > wouldn't an error be a useful indication that something was wrong somewhere else? For example, some services modify...

Hi @garyd203! Thank you for bringing this up! The pull request remained incomplete because I eventually implemented my class, which inherits from AbstractCacheMap and used it for the project (failed...

Update: was able to reproduce with the following code 1. `post.py`: ```python from __future__ import annotations from typing import TYPE_CHECKING, Annotated import strawberry if TYPE_CHECKING: from .user import User LazyUser...

> > Considering that the PEP behind from **future** import annotations will be eventually made default in a future release of python, this might break lazy types. > > That's...

I can confirm the same issue with VSCode on Mac M2 Air and more recent versions of basepright. I experienced CPU spikes (up to 100% on a single core), high...