Robin De Schepper
Robin De Schepper
Ok, I hadn't realised that to be the focus of MDF :) That makes my questions a bit moot! They're mostly about scaling biophysical models. I was already wondering about...
Thanks. I will investigate
@onebrother21 feel free to reopen if you're still interested in following up on this issue!
Please take a look at the README: https://github.com/ppetzold/nestjs-paginate?tab=readme-ov-file#code In there you can see that there are 2 steps: 1. In the controller, you MUST apply the `@Paginate() query: PaginateQuery` parameter...
Ok, could you show your example as a complete minimal reproducible example? I'll link an explanation on MREs https://stackoverflow.com/help/minimal-reproducible-example In its current form I can't tell what you mean from...
Hi! Thanks for the reproducer, I'm subscribing myself to remind me to take a look when I have time (not often).
Even in NestJS I've run into a use case for this. It requires a pretty nasty workaround at the moment to apply the inner function of the `Paginate` decorator: ```ts...
Hi there! Take a look at the source code here: https://github.com/ppetzold/nestjs-paginate/blob/f85337d5553520684389e77cc5024feb848f89f3/src/paginate.ts#L331-L342 We seem to apply the `ilike` operator. Since I don't know the specific MySQL feature you're talking about, maybe...
Hi @gylove1994 ! If you change this test to use the existing entities I can have a look for you :) Why exactly is it easier to use these new...
Let me know what you think @ppetzold and I can get started on a branch for this.