Brendan Turner

Results 23 comments of Brendan Turner

Yeah I dig. Aside from those systems the rest of the code in the repo is agnostic. Worth a look! I put my code here because I’ve seen this issue...

I unfortunately do not have the time but maybe this can help someone else in the same spot in the future. ```javascript export const createAccountContext = async ({ req }:...

It also was a required peer dependency for me. Server wouldn't start without it in my package.json even though I have no idea what it is and am not using...

SQLAlchemy no longer works on v1.x. CursorResult is in v2.

You can update SQLAlchemy. I was surprised they broke compatibility with v1 so quickly after supporting v2; maybe it wasn't intentional

Would this be a good place to request support for multiple lora adapters sharing a similar base model? See here for inspiration: https://github.com/lm-sys/FastChat/pull/1905

"Against the user"? The only tag setting I have enabled is "Add the user as a tag". I disabled this and it began working so I suppose the bug is...

5.1.3.8246On Dec 3, 2023, at 12:22 PM, Jamie ***@***.***> wrote: Interesting, I’ll investigate. What version of radarr are you using? —Reply to this email directly, view it on GitHub, or...

No, offset is used for pagination of data. Offset of 100 means you skip 100 items. Example: if you fetch 10 items at a time, you would set offset to...

Alright, I just plowed through my night trying to get this sorted out. Bottomline: I fixed it. Will clean up my work and commit changes tomorrow. Poke me if I...