-
Following user testing, we'd like to test the paginated reports in `TPW - Production` and test users access to these reports.
Will manage links to the test and production pipelines in the regulati…
-
### Describe the need
It would be nice if `auto_paginate` would allow enumeration so that you could stop the request once you have reached your desired goal. Calling `to_a` on the enumerator will g…
-
We are running into the problem that totalCount is wrong when using paginate with inner joins (most likely only with many-to-many relations but did not dig deeper). A workaround is to pass `distinct: …
pbatr updated
3 weeks ago
-
The table cursor row limit should be much lower with the ability to request more data as desired.
A table in Metabase may consist of up to 10,000 rows. When this is used on a dashboard it is wasted…
-
in our logs we found this problem
`ArgumentError: invalid value for Integer(): 'xoforvfmy' in "[GEM_ROOT]/gems/will_paginate-3.0.2/lib/will_paginate/page_number.rb" on line 16.`
Some web crawler req…
-
Loading items from an API that provides paginated items.
Select2, request the next page when the scroll hits the end (like infinite scroll).
-
### Describe the need
If you run:
```javascript
import { Octokit } from "@octokit/core";
import { paginateGraphQL } from "@octokit/plugin-paginate-graphql";
import process from "node:process";
c…
-
Steps to Reproduce:
1. Navigate to [Santai.GG/truo](https://santai.gg/players/8d02f2c0-69b8-4cee-9656-2d0866b44e9b)
2. Full profile network request fails, response is a timeout
Confirm the problem i…
-
I need to query users with their roles.
This works:
```
const user = await User.first()
const roles = await user.roles()
```
But there is no support for something like this:
```
const …
-
I have used the `@paginate` decorator successfully multiple times now, but for some reason it is causing validation to fail on a new endpoint (that works without pagination). I have a feeling this is …