frame_clean_duplicate
operator
Thanks, this looks good to me now :)
Great. Thank you very much
frame_clean_duplicate
operator
Tried remove_frames
again and, this time, it worked. I think whatever the cause of the crash, it was fixed by some other update and now, since I merge the main
branch, it's working.
frame_clean_duplicate
operator
Sorry for not getting to this earlier. I have a few comments
@filedescriptor No worries at all.. Will take care of these comments and push an update
frame_clean_duplicate
operator
@mod_moder Please let me know if there is anything else I need to do with this PR
frame_clean_duplicate
operator
And additional cleanup comment: upcast to static type for attributes should be on the caller, not in the template method.
Regarding this, I would like to confirm that I understand you…
frame_clean_duplicate
operator
@mod_moder I have addressed your comments about the varrays check.
Renamed attributes_varrays_are_equal
to attributes_varrays_span_data_equal
and updated it to this:
static bool…