In my current pipeline, I'm in the situation that the markers are not only specified with a single integer, instead they are composed by two (or more).
Is there any desire to allow list of makers to be specified instead of a single value (int). e.g. below
In my current pipeline, I'm in the situation that the markers are not only specified with a single integer, instead they are composed by two (or more).
Is there any desire to allow list of makers to be specified instead of a single value (int). e.g. below
PD. I've implemented a working version for this case.