Sviatoslav
Sviatoslav
In Atom's nuclide (or may be this is Atom's core feature) the corresponding extension has two modes. If you `click` - you'll copy full path, if you `shift+click` - you'll...
It is nice, when you have project directory in relative path, e.g. `my-project/foo/bar.js`, but most of the time you are interested in path relative to project root, without including root...
In case when you have subcharts of subcharts, e.g. `root/charts/foo/charts/bar/templates/deployment.yaml` it's not possible run tests on them. I've tried to run tests in two ways: - from the root chart's...