Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

feat(limitTo): extend the filter to take a beginning index argument #6625

Closed
wants to merge 1 commit into from
Closed

feat(limitTo): extend the filter to take a beginning index argument #6625

wants to merge 1 commit into from

Conversation

tameraydin
Copy link
Contributor

Request Type: feature

How to reproduce:

Component(s):

Impact: small

Complexity: small

This issue is related to:

Detailed Description:

Other Comments:

Extend the limitTo filter to take an optional argument for beginning index. It provides a slice-alike functionality to manipulate the input.

Closes #5355

@mary-poppins
Copy link

Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.

  • Uses the issue template (#6625)

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

Extend the limitTo filter to take an optional argument for beginning index. It provides a slice-alike functionality to manipulate the input.

Closes #5355
@pkozlowski-opensource
Copy link
Member

@tameraydin we are very likely to go ahead and apply the approach proposed here in 1.4. Could you please rebase your PR on top of the current master so we can review & merge it? Thnx!

@tameraydin
Copy link
Contributor Author

I rebased and also revised the code but since i have deleted my own repo, needed to fork again and create a new PR. Check out #10899 pls

@pkozlowski-opensource
Copy link
Member

Thnx @tameraydin. Let's move the discussion to #10901

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.