Results 122 comments of Alex

https://github.com/prisma/prisma/discussions/13348

It would also be good to add the ability to pass his `resetSelection`. And why isn't the usual prisma `count` used?

You can add the "cursor with offset" option to distinguish this from the usual cursor pagination. If the cursor is null, then use the offset pagination. Otherwise, the usual "cursor...

You can add an option to get the number of pages. If the data changes rarely, the user will use it only on the first request. It can be used...

Look at [this](https://github.com/prisma/prisma/issues/18628#issuecomment-1975271421)

Look at [this](https://github.com/prisma/prisma/issues/18628#issuecomment-1975271421)

@osnr Can I have instructions for the uninitiated?

2. What version do I need? Win-Builds? http://mingw-w64.org/doku.php/download

``` D:\Desktop\TabFS-win-tabfs\fs\tabfs.c: In function 'tabfs_readdir': D:\Desktop\TabFS-win-tabfs\fs\tabfs.c:367:5: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; json_scanf_array_elem(rdata, rsize, ".entries", i, &t) > 0; i++)...

Yes `.\gcc .\TabFS-win-tabfs\fs\tabfs.c -o .\tabfs.exe -L"D:\Program Files (x86)\WinFsp\lib" -I"D:\Program Files (x86)\WinFsp\inc\fuse" -lwinfsp-x64`