Ilya Shevchenko

Results 5 comments of Ilya Shevchenko
trafficstars

Hi! I think this issue could be more prioritized, the React 17.x will be not compatible with old Styled Components. Here is warning from React 16.12: ``` react-dom.development.js:12357 Warning: componentWillMount...

I think this could help: ``` mongo: image: mongo container_name: mongo restart: always environment: MONGO_INITDB_ROOT_USERNAME: root MONGO_INITDB_ROOT_PASSWORD: example ports: - 27017:27017 mongo-express: image: mongo-express restart: always ports: - 8081:8081 environment:...

@vladkolotvin `Interval` в ydb находится в формате `Signed 64-bit integer`, как указано в [документации](https://ydb.tech/en/docs/yql/reference/types/primitive#datetime), а для репрезентации такого числа используется библиотека [long](https://www.npmjs.com/package/long), как раз таки `{"low":-790388736,"high":140,"unsigned":false}` - это представление числа...

@rekby CI example is here: https://github.com/ydb-platform/ydb-nodejs-sdk/blob/main/.github/workflows/slo.yml Workload sample and description is here: https://github.com/ydb-platform/ydb-nodejs-sdk/tree/main/slo-workload As you can see from the repository, you will need to create a directory for the workload...