Nikolay Matrosov

Results 18 comments of Nikolay Matrosov

В идеале, в логи должны попадать id, как и при вызове CLI. Пример ошибки из CLI: ``` ERROR: rpc error: code = PermissionDenied desc = Permission denied server-request-id: 00000000-0000-0000-0000-000000000000 client-request-id:...

Предлагаю использовать синтаксис аналогичный [этому](https://docs.docker.com/compose/compose-file/05-services/#short-syntax-5).

Are there any updates on this issue? Because I get the same error.

I have entirely rewritten the PR. I do not no more mix `Functions` and `Types`. Instead, when the operator looks for a suitable overload, it first checks the Functions and...

I have rebased on the latest master.

I tried to implement functionality that passes the test in https://github.com/antonmedv/expr/pull/408. It would be great if you can review the PR.

Node 16 reached its end of life September 16th, 2023. [blog](https://nodejs.org/en/blog/announcements/nodejs16-eol) So there's nothing wrong to drop its support.

Попробуйте [асинхронное распознавание](https://cloud.yandex.ru/ru/docs/speechkit/stt/transcribation).

Скорее токен должен перезапрашиваться, когда его срок действия подходит к концу, а не просто так каждые 30 сек. Как например[ в Python SDK](https://github.com/yandex-cloud/python-sdk/blob/2f2b94563f4bab2b087c03957cdbb20da759bef1/yandexcloud/_auth_plugin.py#L74-L78)