-
It would be a good addition to add the possibility to enumerate verified contracts, both sorted and paginated. Currently the closest endpoint to do that is `/files/contracts/{chain}`. However this end…
-
The GraphQL Cursor connections spec is supported by lot of clients to implement pagination, it is useful for the server to provide an api which adheres to this specification since it implements all of…
-
The current json route has no pagination support, or?
-
### Describe the bug
Running npx shadcn-svelte@next update
◇ Which components would you like to update?
│ avatar, badge, button, card, checkbox, command, context-menu, dialog, dropdown-menu, …
-
## Description
* Allow fetching lists of entities using GET request on the top-level of the entity, e.g. `GET /v2/process-instances`.
* In contrast to `POST /v2/process-instances/search`, this all…
-
I replied to an older closed issue, but I don't think you saw it so trying as a new one.
Also, more docs about what to put in the .rjs file/etc would be handy. The example gives an idea, but I'm not…
-
Pagination should be considered / API currently returns 20 items and doesn't support pagination. Whistler BP has >100 trail entities so pagination is necessary here.
- `Location.trailsLoaded = { c…
-
## Description
Sending the wrong cursor to the backend causes panic, I think this is not correct behaviour.
src/inputs/pagination_input.rs:80
```let object = cursor.object().unwrap();```
…
-
It is my understanding that with `Index::Search` in the case of `HNSW` that the result is not always 100% recall, being able to continue the search, that is having pagination support will be nice.
-
**Is your feature request related to a problem? Please describe.**
Currently, this library does not support generating custom hooks for useInfiniteQuery. This limitation makes it difficult to handle …
7nohe updated
5 months ago