Deep

Results 2 issues of Deep

# Fixes #20234 --- Correct Enum Literal Narrowing for `in` Operator with Tuples ## Problem When using the `in` operator with tuples containing enum members, mypy failed to narrow the...

pending

# Add Offset-Based Pagination Support ## Problem Currently, Kinto only supports token-based pagination which requires sequential access to records. Users cannot jump directly to specific record positions (e.g., records 100-120)...

enhancement