Sergei Kudinov

Results 34 issues of Sergei Kudinov

After updating to `"gatsby-plugin-material-ui": "^3.0.0"` I've got the same issue as #65. Installed packages: - browserslist: 4.16.3 - autoprefixer: 10.2.5 - postcss: 8.2.9 - postcss-value-parser: 4.1.0 ## Error: ``` warn...

OpenShift has [SecurityContextConstraints (SCC)](https://docs.openshift.com/container-platform/4.12/authentication/managing-security-context-constraints.html) that controls access to k8s objects. When Onyxia users launch any service, Onyxia creates k8s objects under specific namespace. If it is not allowed by SCC...

Come and learn about Big Data specialization from Adaltas CEO David Worms! In the agenda: - Big data careers: the diversity of skils and use cases - Contribution to open...

When starting a new cluster: ``` jumbo (mycluster) > start ``` There is an error: ``` TASK [postgres : Download version 10] ****************************************** fatal: [master01]: FAILED! => {"changed": false, "msg":...

Each condition deletes parent action what calls `nikita:session:resolved` hook of the root action. ## To reproduce Run test on [engine-conditions](https://github.com/adaltas/node-nikita/tree/engine-conditions) branch : ``` git checkout engine-conditions cd packages/core npx mocha...

bug

Define SSH properties in the scema of `nikita.ssh.open()`. Don't forget to update [the docs page](nikita.js.org/current/usages/local_remote/) if something changed. ## The full list from [old Nikita](https://nikita.js.org/usages/local_remote/#options) The [ssh2] configuration properties: *...

enhancement

Readme files such as `packages/ipa/README.md` requires updating ar creating.

Action returns an error when `metadata: relax: true` and error is not thrown in action. ## To reproduce run: ``` {error} = await nikita.call metadata: relax: true, -> true console.log...

bug