typeorm-pagination icon indicating copy to clipboard operation
typeorm-pagination copied to clipboard

A Pagination plugin for Node Express with TypeORM

Results 9 typeorm-pagination issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...

dependencies

Shouldn't be mocha a devDependency? This is occupying 6Mb in release builds which is a valuable space in some platforms where source space is limited (like lambda)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Will there be support for Typeorm 0.3.x?

I noticed when calling 2 endpoints with `Promise.all`, the pagination parameters for `page` & `per_page` are not working correctly. It always takes the parameters of the last endpoint in the...

help wanted

I'm i doing something wrong ? Or it is really a issue? Response: ![image](https://user-images.githubusercontent.com/17811238/159600344-d6f02287-e199-4a0c-aa88-4d2ae57f1b09.png) Payload: ![image](https://user-images.githubusercontent.com/17811238/159600366-fa70763d-2ccf-4a97-9ea5-6af93f1c09ea.png) "typeorm": "^0.2.31", "typeorm-pagination": "^2.0.3",

Hi! I can't call paginate() in createQueryBuilder() ![image](https://user-images.githubusercontent.com/6738064/144429975-8d539552-43d2-4821-854c-022fc4ce58fd.png)

Hi, i cannot call the paginate method, even though i have registered it as a middleware? Am i doing something wrong, or is something broken? ![Screenshot 2023-03-04 183412](https://user-images.githubusercontent.com/83331176/222882571-ec3964ea-ade1-4200-9698-35705ffd5e8e.png) ![image](https://user-images.githubusercontent.com/83331176/222882586-d194ac3a-046b-4637-af1e-249cd70779f4.png) Let...