Marko Bilal
Marko Bilal
I have an example Replit that you might find useful here: https://replit.com/@marko911/PoshPeskyBackground
> For me it worked when I added a LLMChain: > > ``` > model = ChatOpenAI(model="gpt-3.5-turbo-0613", temperature=0.5) > > # Define your desired data structure. > class Ideas(BaseModel): >...
I'm also on an M1 Pro 32GB and I get `Error: ollama runner process has terminated` when trying to run `notux`
I'm facing exact same issue. The lower-threshold is only triggered on page load and it seems like the iron-scroll-threshold element isn't even listening to scroll events. When I scroll to...
One thing Ive noticed is to make sure to put the scroll target as the element that actually does the scrolling. In some cases it might be a parent element.
I ended up writing my own infinite scroll functions because this element is broken at the moment.
Rough version here so play with it to accommodate your own use. @dheerajsarwaiya Basically add this behavior to the element where your scroll container lives and then set the property...