Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(filter): unique with async generator #1782

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 30, 2022

  1. fix(filter): unique with async generator

    unique() filter doesn't work chained after a filter that return an async generator.
    
    This introduces a async variant of the filter transform the async
    generator into a list to be able to apply the unique filter.
    
    Fixes pallets#1781
    sileht committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    005064b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Merge branch 'main' into main

    sileht committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8caefc6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Merge branch 'main' into main

    sileht committed May 16, 2023
    Configuration menu
    Copy the full SHA
    e51170c View commit details
    Browse the repository at this point in the history