-
### Steps to Reproduce
Steps to reproduce on a fresh account.
1. Create a new account
2. Go to your profile and select the likes tab.
### Attachments
https://github.com/user-attachments/assets/…
-
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,…
-
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/)
…
-
What are your use cases for cursor based pagination? In order to resolve the discussion on #2 we'd like to work backwards from the implementation use cases to ensure the proposed changes accurately r…
-
I have the following Schema
```
new querySchema({
type: String,
garment: String,
brand: String,
supplier: String,
name: RegExp
})
```
Haven't to…
-
Finder function is using CollectionResponseFormatter to format response where getattr function is used to unpack metadata from json and it's throwing None value. example: `metadata=getattr(data, "meta…
-
-
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
1 month ago
-
Hey,
Really keen to get this package working, but am struggling to find out if it's compatible with a Mongoose TypeScript project that isn't making use of Typegoose? I couldn't find any examples us…
-
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…