Luke Belbina

Results 14 comments of Luke Belbina

In case this is useful here's what I ended up doing: ``` const [isBottom, setIsBottom] = React.useState(false); useScrollPosition(({ prevPos, currPos }) => { // todo cache the page height if...

Hi @mrjono1 , do you consider this a bug? If so, do you expect you have a quick fix or would you like for me to try and fix it...

Any updates on proper support or updating the documentation so it works as described using TS?

I am having the same issue with latest version 0.1.24. I works for a few minutes then eventually starts hanging on every request.

> Sorry this is still a problem – what kind of prompt is being sent to the model – is it the same prompt over and over again, or a...

Confirmed that apicache was not working with ioredis for version 1.5.3, downgrading to 1.51 fixed it.

I had the same issue in a mono repo with 2 packages using 3.23.6 and one using 3.23.5. I got them all on the same version and issue was fixed.

Continually run into this issue with vector indexes and trigram indexes. Would really expect by now there to be an ignore index feature.