-
### Summary
There appear to be some valid requests that break the [findByDates/contractLastModified API](https://app.swaggerhub.com/apis/austender/ocds-api/1.1#/default/findByDates), resulting in an …
-
## requirements
the `fetch` function of a Query is called with a single argument: an object containing all the needed params + other queries to perform the async call to the API.
This is not enoug…
-
### Bug Description
Following contents were not extracted from notion pages
- @mentions - example: @some-team-member-name
- hyperlinks - text with hyperlinks _(redirecting to other notion pa…
-
hey @orta awesome works
I see that in this repo you're saving `cuid`:`typename` into database. If a database is already using int autoincrement.
This won't work, because we cannot put string to a…
-
* [x] Tested with the latest Haystack release
* [x] Tested with the current Haystack master branch
## Expected behaviour
to paginate above 10000 elements
## Actual behaviour
rises out of ran…
rhyre updated
2 years ago
-
We noticed that our implementation of an offset/limit bases pagination broke. This used to work with earlier Apollo Client 3.0 versions (beta/rc) but doesn't work in 3.0.2.
**Intended outcome:**
…
-
When used with gatsby-source-wordpress, version 0.3.0 returns all events on a site during the sourcing phase.
Version 0.3.1 only returns one request's worth of events. gatsby-source-wordpress has a…
-
The `GET /runs` endpoint (https://ga4gh.github.io/workflow-execution-service-schemas/docs/#operation/ListRuns) uses an unorthodox pagination method.
It would be better to use more standard paginati…
ghost updated
2 years ago
-
Hi everyone,
I just realized the pagination algorithm spec implicitly says that if neither `first` nor `last` is set, it should return **ALL** the edges in the connection:
> EdgesToReturn(allEdg…
-
Hi!
I ran into a situation where I want my page to be infinitely scrollable but also populate the top of the page with new objects that come in from the server.
So right now I have an infinity m…