-
Currently `/projects/contribute` page shows top 25 results for any query. The Algolia search engine supports pagination but it hasn't been implemented on the backend.
The task consists of 2 parts: …
-
A new record number of breakouts were proposed for TPAC 2024. That's great but a hidden assumption in the code is that the number of open issues will never exceed 100 because that's the limit in Graph…
-
Hey again!
Is there a way to support pagination? (https://docs.rs/aws-sdk-dynamodb/latest/aws_sdk_dynamodb/operation/query/paginator/struct.QueryPaginator.html)
I don't think I have direct access …
-
Is pagination supported with this package? I am trying to group the elements I receive from an API into days group like: Today, Yesterday, 2 days ago, etc...
However because there are a lot of item…
-
**Describe the solution you'd like**
i would like the generated file to expose a function such as:
```
func queryPaged(
ctx context.Context,
client graphql.Client,
pageSize int,
pf func(T) …
-
### Summary
I was wondering if there are any plans or existing functionality for implementing a paginated tree view, allowing for loading additional nodes dynamically as needed.
In short what Im…
-
Since the scroll controller doesn't see the body content. How to implement pagination?
-
### Description
Currently ESQL returns all results in one page. This doesn't work in cases where a lot of data needs to be returned (such as streaming from the storage) or where the clients needs to …
-
Consider incorporating the https://github.com/octokit/plugin-paginate-graphql.js plugin by default to support pagination for graphql queries similar to how this is already supported for the rest clien…
-