You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the new change for the below mentioned feature.
Can you check once the code, the code is commited in the branch and created the merge request for waiting for approval.
I'm new to this project, Can you guide how to test changes which I have modified on the branch for this feature.
feature:
Add a Pebble function [uniq] to deduplice array
[1,2,2,3] | uniq -> [1,2,3]
Feature description
Add a Pebble function [uniq] to deduplice array
[1,2,2,3] | uniq -> [1,2,3]
OR
Adding a bool parameter to merge with uniq
[1,2] | merge([2,3],true) -> [1,2,3]
The text was updated successfully, but these errors were encountered: