Zane Helton
Zane Helton
> Can someone explain how to make this work on a mac? > > So there's a way to import the file via a "file" on the mac version (you...
> Ok. I installed the server and the requirements, but then I ran into this problem. Is there a reason why this dependency can't be found even though it says...
> @ZaneH Someone on reddit had the same issue: https://www.reddit.com/r/StableDiffusion/comments/17xavuj/comment/k9xwkvl/?utm_source=share&utm_medium=web2x&context=3 Something about certificates, not sure how they solved it exactly though. Thanks for this. I left a comment on the...
I just experienced this today, I believe the issue is related to `useActiveCategoryScrollDetection(...)` and a race condition with the `setActiveCategory` in CategoryNavigation.tsx. Luckily I've found a fix that works for...
Potential duplicate: #1242
I have this issue with a brand new project as well. I'm noticing that this issue only happens in my Brave browser. If I open `localhost:3000` in Chrome, I never...
This would be really cool to see make its way into master. I'll have to try out the `useFilter` hook. It might be enough for my use case.
> @ZaneH wanted to check if you wanted to complete this diff or if you'd prefer someone from the team to pick it up where you left off. Excited for...
> [@ZaneH](https://github.com/ZaneH) excellent idea! Do you want to contribute this yourself? I am happy to run you through that. Alternatively I can try to get to this next week. I...
Thanks for looking, I think the next hurdle is that the `OllamaAugmentedLLM` class is a subclass of `OpenAIAugmentedLLM` which handles a lot. The `RequestCompletionRequest` type in `OpenAIAugmentedLLM` is used in...