SebKranz

Results 20 comments of SebKranz

> do you want to maybe contribute a PR with some tests ? Yes I would be happy to. I'm a bit unsure on how to best test this. Do...

@milhamm sounds good, thanks. It looks like there are actually three functions that call `find` when they usually don't have to: `setQueryData` `getQueryData` and `getQueryState`. I was therefore tempted to...

@milhamm No, I agree. TBH I don't even see the use-case for setting the `hashFn` on a per-query basis in the first place. However, currently `find` computes the query hash...

I could try increasing the threshold to 2000ms and maybe go up to 20k rows. - On my machine, 10k rows without the fix took far longer (30s IIRC) so...

On second thought, I might try going down to 5k in 500ms so as to not unnecessarily slow down the pipeline. I'll do that now.

Apologies for the linked PR - I referenced this issue accidentally

@gittgott good idea. I wrapped the init parameter in `NoInfer` and it does seem to resolve the issue. So a practical workaround for those on TS 4.5 would be to...