Nabil Alamin

Results 43 comments of Nabil Alamin

@rickstaa Wow, that's some refactor, makes things easier to follow and the tests are pretty detailed, thanks

Alright @rickstaa I will make the changes

Hey @rickstaa, I've made the changes

@L-Mario564 holds a valid point. For anyone working with a pg database you can just as easily use `pgSession`. In my case: session.ts ```ts import session from "express-session"; import pgSession...

@joanavelar91, the width part of this would be resolved in the PR for #6903, maybe @bekforever could add the tooltip as well while working on it.

I followed the suggestion of @jpenna, but it was still an issue. On logging the dependencies of the callback, the `prefferedPagination` was being updated ```tsx const querySelectCB = (rawData: GetListResponse)...

I did attempt to memoize the already exported implementation of `handlePaginationParams` while using its three args as dependencies. It yields the same results as what you've shown above. The only...

Oh, my bad, what I meant to say was that the only time I got the intended result was when I memoized the `select function` when using `useList` The reason...

Sorry about the late reply @jpenna. I've created an unready PR for this. In the implementation of `useList`, I memoized the `select` from `useQuery` and also the `pagination-function: preferredPagination`. But...