Ilia Stolpovskikh

Results 5 comments of Ilia Stolpovskikh

Yes, and if you have no any clusters in your deployment, all of this is effectively useless. I will think of a solution in a moment.

Okay, I have several questions. Either I am dumb, or current logic is completely broken (in several places). I had a hard time untangling this code, but that's what I...

@derekmwright I understand this issue is long overdue, but could you make few checks? Please, check if instance of `ClusterComputeResource` when invoked with `#is_a?(ComputeResource)` returns `true`. Also, do you have...

@xaviershay I was trying to implement some extendable pipeline. `Conveyor` class is prepended by modules for each plug-in into pipeline, one finds respective to the key class in the pipeline...

@JonRowe probably not. You see, activesupport is there for inflections, namely `klass.name.underscore` which caused the error leading to discovery of the bug. There is no `autoload` expressions in the test...