Alexey Leshchenko

Results 37 issues of Alexey Leshchenko

The current speed of the human should be an input node of the network - as different moves are required to start going from standing still compared to the moves...

Originally discussed at https://github.com/adityathebe/evolutionSimulator/pull/4#discussion_r379882416 After introducing elitism which pushed bestHuman from the previous generation as the first element of the new one, I would expect the first human in the...

I have two pages that constantly fail to be loaded by loconotion: - https://www.notion.so/abee1513f44f4fd39baffac017c14021 - https://www.notion.so/ca958dc1d2184df1b43207e44c010007 While trying to download them, I get the error message: ``` CRITICAL Timeout waiting...

bug

![image](https://user-images.githubusercontent.com/60138889/148696273-f4881b91-af26-4f3b-ba14-7f4e11afef10.png)

Fixes #189

Стратегия объединяет start=-1, выборку в цикле с фильтрацией, где ID > последнего ID из предыдущего запроса и объединение в батч. Видео: https://youtu.be/UiGgSn7_igg ![image](https://user-images.githubusercontent.com/60138889/175875894-98af414f-fa99-4a20-99ba-aebf1ec21c33.jpeg) ![image](https://user-images.githubusercontent.com/60138889/175875868-d29cafda-7d14-4f94-b4b1-6e64697ebeb1.jpeg)

Код: ```python import sys import time from fast_bitrix24 import Bitrix start = time.time() bx24 = Bitrix( "https://**.bitrix24.ru/rest/11/*****", respect_velocity_policy=True, ) deals = bx24.get_all( "crm.deal.list", ) print(len(deals)) print(sys.getsizeof(deals), "bytes") product_rows = bx24.get_by_ID("crm.deal.productrows.get",...

Например, `list[dict]` вызовет ошибку, если ему передать `[1]`, а вот `Iterable[dict]` пройдет успешно.

enhancement
help wanted