Jonathan Brumley

Results 25 comments of Jonathan Brumley

Yep thats the one I used

Hi @brian-armstrong and @gimre this PR seems very clean and very well thought through is there any way this can be merged at least in a new branch if more...

Awesome @dhilt thank you for your quick response, and putting together this example, was really helpful. This is so far my working code: ```js import { useEffect, useRef, useState }...

@dhilt hey btw I am working on chat application and I am still trying to figure out the best way to do two things with react + vscroll: 1 -...

I think I have the answer to Point 2 by just setting the `startIndex` to the `maxItem` like so? ```js const SETTINGS = { bufferSize: 10, minIndex: 0, startIndex: 100,...

@dhilt thanks for your previous responses, they been very helpful. Is it posible to actually instead of using `get` for loading data to actually use it for only querying ad...

Awesome @dhilt thank you for the response, here is a working version of the above https://stackblitz.com/edit/vscroll-react-cagypn Now in my real use case `useQuery` is also a subscription, so it will...

Hi guys, I will check this out tonight! On Tue, Feb 9, 2016 at 5:32 AM, Youri [email protected] wrote: > +1 > > — > Reply to this email directly...

@ggoodman thank you for reporting this, I will take a look and hopefully come up with the solution soon. I will test against Mongoose 3.8.1 JB