-
LZ_security
Medium
# topic_rewards/SafeApplyFuncOnAllActiveEpochEndingTopics used the wrong parameters
## Summary
`SafeApplyFuncOnAllActiveEpochEndingTopics` used the wrong parameters, can lead to…
-
Is there any chance that you could change the documentation (and repo title) and possibly replace and deprecate the `cursor_` parameters with `keyset_` parameters? Using 'Cursor' to describe what the …
-
### Describe the bug
Some requests with cursor-based pagination return duplicate DOs.
#### Expected Behaviour
Each DOI should appear only once in the results.
#### Current Behaviour
This quer…
-
If we do two queries:
curl "https://staging.kernelci.org:9000/latest/nodes?kind=test&limit=1"
real 0m5.994s
user 0m0.012s
sys 0m0.000s
curl "https://staging.kernelci.org:9000/latest/nodes?kind=…
-
Hello,
Thanks for the article, it is very helpful.
I have some questions about Pagination by Cursor (I don't have experience using it).
Looking at the document, in the response from the API,…
-
### Problem
Prisma client currently does not provide the ability to retrieve pagination information about a certain query, which prevents developers from accounting for a result set’s size in a var…
-
**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) …
-
I wonder if we can support cursor-based pagination instead of offset based.
I was hoping to get something like: [Slack API Pagination](https://slack.engineering/evolving-api-pagination-at-slack/)
…
-
I have the following Schema
```
new querySchema({
type: String,
garment: String,
brand: String,
supplier: String,
name: RegExp
})
```
Haven't to…
-
Right now platformatic supports offset based pagination (#206) which starts falling off in performance with lots of records. Almost forming a linear growth when it comes to query execution time. Curso…