Gayrat Vlasov

Results 12 issues of Gayrat Vlasov

I wrote a small tutorial project (project is working) https://github.com/Ulibka68/otus_react_dz/tree/Les23/7-try-to-type Inside project I'm write getModule function exactly as widget example: [link](https://github.com/microsoft/redux-dynamic-modules/blob/master/packages/widgets-example/src/widgets/hacker-news/redux/hacker-news-module.js) I'm type my function using this type: ``` export...

YDB serverless Use this table: ```sql CREATE TABLE my_table ( k1 Uint32, k2 Uint64, desc Utf8, index my_tbl_ind global on(desc), PRIMARY KEY (k1,k2) ); commit; insert into my_table (k1,k2,desc) values...

enhancement
area/queryprocessor

Documentation describe values for source key of attributes object: https://developer.wordpress.org/block-editor/developers/block-api/block-attributes/ But source: 'children' is not described. Where I can read about 'children' value ?

help wanted

Вот тут https://github.com/yandex-cloud/docs/blob/master/en/ydb/yql/reference/builtins/_includes/basic/random.md упоминается функция RandomUuid **Ошибка:** Вызов RandomUuid() приводит к ошибке **Правильно:** RandomUuid('Uuid version 4') Добавьте пожалуйста в документацию описание параметров функции RandomUuid, какие еще возможны значения кроме 'Uuid...

Добрый день, предлагаю рассмотреть мой вариант документации по NodeJS YDB SDK. Я писал это больше как пособие как начать работу человеку, который не знаком с Node YDB SDK и включил...

in_progress
ydb

После публикации SDK 3.3 версии пример перестал работать. Проведены необходимые изменения, сделан ряд улучшений. Предложена схема отладки тела функции на локальном компьютере.

1. freshly installed Windows 11 2. Install Amnezia and see: vcruntime140_1.dll don't found error How to solve: install Visual Studio redist (your need both 32 and 64 bit) from: https://learn.microsoft.com/ru-RU/cpp/windows/latest-supported-vc-redist?view=msvc-170

I run an example file transport and see what's happens. ``` logger.attachTransport((logObj) => { appendFileSync( path.resolve(process.cwd(),'./log',"logs.json"), JSON.stringify(logObj) + "\n"); }); ``` the conclusion does not look readable at all can...

Andrey wrote that using a pool automatically solves problems with loss of connection to the server and missing connection. But simple code show that the error occurs randomly. Error: The...